We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412bc3 commit 9abd907Copy full SHA for 9abd907
src/routes/api-docs/+page.svelte
@@ -20,7 +20,7 @@
20
<div>
21
<h2>REST API</h2>
22
<p>
23
- The GraphQL API is available at the endpoint <code>{API_REST}</code> with docs available at
+ The REST API is available at the endpoint <code>{API_REST}</code> with docs available at
24
<code>{API_REST_DOCS}</code>
25
</p>
26
<p>It is recommended that you use the GraphQL API as the REST API is not feature complete by design.</p>
0 commit comments