diff --git a/pages/api-reference/rest.md b/pages/api-reference/rest.md index 4fd6cd20..f6b79506 100644 --- a/pages/api-reference/rest.md +++ b/pages/api-reference/rest.md @@ -1,7 +1,7 @@ --- -title: Plural GraphQl API +title: REST API description: >- - Documentation about how to interact with the Plural GraphQl api directly. + Documentation about how to interact with our REST api. --- # REST API @@ -15,4 +15,4 @@ To authenticate to the REST api, just do the following: 1. Create an access token (simple way is `cmd + k -> access tokens`) 2. Add an `Authorization: Token {your-access-token}` header. -In addition, we offer a number of typed clients here: https://github.com/pluralsh/rest-clients \ No newline at end of file +In addition, we offer a number of typed clients here: https://github.com/pluralsh/rest-clients