Skip to content

Commit

Permalink
Update 03-Upgrade-to-1.8.md
Browse files Browse the repository at this point in the history
minor typo fix - `management`
  • Loading branch information
Divyendu Singh authored and Nilan Marktanner committed May 8, 2018
1 parent 681d17d commit ab99c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [1.8 release](https://github.com/graphcool/prisma/releases/tag/1.8.0) introd
The Management API of a Prisma Server is responsible for service deployment and also provides information about the Prisma Server.

Previously, the Management API was available at `/cluster`, for example `localhost:4466/cluster`.
With 1.8, `/cluster` is not available anymore. The endpoint has been updated to `/managenent`, for example `localhost:4466/management`.
With 1.8, `/cluster` is not available anymore. The endpoint has been updated to `/management`, for example `localhost:4466/management`.

The Management API exposes a GraphQL API, that previously contained a top-level field `clusterInfo`. It has been renamed to `serverInfo` in 1.8. `clusterInfo` is deprecated and will be removed in version 1.10.

Expand Down

0 comments on commit ab99c6c

Please sign in to comment.