Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/api-reference/rest.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
In addition, we offer a number of typed clients here: https://github.com/pluralsh/rest-clients
Loading