Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Dec 8, 2023
1 parent 333d26d commit 475e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/graphql/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Our API is compatible with all common GraphQL clients with the following details
- **Allowed method**: POST
- **Required headers:**
- `Content-Type: application/json`
- `Authorization: Bearer <token>` where token is your API key. See [authentication](/api-reference/graphql/authentication/) for more details.
- `Authorization: Bearer YOUR_TOKEN` where the token is your API key. See [authentication](/api-reference/graphql/authentication/) for more details.
- **JSON body:**
- `query`: the GraphQL query string
- `variables`: a JSON object of variables used in the GraphQL query
Expand Down

0 comments on commit 475e30a

Please sign in to comment.