diff --git a/src/routes/api-docs/+page.svelte b/src/routes/api-docs/+page.svelte index f23da14ef..fb08f865b 100644 --- a/src/routes/api-docs/+page.svelte +++ b/src/routes/api-docs/+page.svelte @@ -20,7 +20,7 @@

REST API

- The GraphQL API is available at the endpoint {API_REST} with docs available at + The REST API is available at the endpoint {API_REST} with docs available at {API_REST_DOCS}

It is recommended that you use the GraphQL API as the REST API is not feature complete by design.