Skip to content

Commit 9abd907

Browse files
authored
Update api-docs/+page.svelte to reference proper API (#227)
GraphQL -> REST API
1 parent 9412bc3 commit 9abd907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/api-docs/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div>
2121
<h2>REST API</h2>
2222
<p>
23-
The GraphQL API is available at the endpoint <code>{API_REST}</code> with docs available at
23+
The REST API is available at the endpoint <code>{API_REST}</code> with docs available at
2424
<code>{API_REST_DOCS}</code>
2525
</p>
2626
<p>It is recommended that you use the GraphQL API as the REST API is not feature complete by design.</p>

0 commit comments

Comments
 (0)