diff --git a/docs/restapi.rst b/docs/restapi.rst index 44a64345..9e3e334b 100644 --- a/docs/restapi.rst +++ b/docs/restapi.rst @@ -4,7 +4,7 @@ REST API Documentation The Stashboard REST API is split in two portions. The public facing REST API only responds to GET and lives at the ``/api/v1/`` endpoint. This API requires no authentication. -The admin-only REST API lives at the ``/admin/api/v1/`` endpoint and responsds to GET, POST, PUT, and DELETE. You'll need to authenticate via OAuth. You can obtain your OAuth keys on the OAuth Credentials page at ``https://{application-id}.appspot.com/admin/credentials`` +The admin-only REST API lives at the ``/admin/api/v1/`` endpoint and responds to GET, POST, PUT, and DELETE. You'll need to authenticate via OAuth. You can obtain your OAuth keys on the OAuth Credentials page at ``https://{application-id}.appspot.com/admin/credentials`` Services ----------