1
0
Fork 0

fix: Updates small typo in read api docs

This commit is contained in:
Darigov Research 2022-11-26 18:22:40 +00:00 committed by GitHub
parent de89826a07
commit 78326f43f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ Reading an API key is possible via these endpoints:
| <Method get /> | `/apikeys/:id/jwt` | [JSON Web Token](/reference/backend/api/authentication#jwt-authentication) |
| <Method get /> | `/apikeys/:id/key` | [API Key & Secret](/reference/backend/api/authentication#key-authentication) |
## Request url
## Request URL
The url should contain the ID of the API key you wish to remove.
The URL should contain the ID of the API key you wish to remove.
It replaces the `:id` placeholder in the [endpoints listed above](#endpoints).
## Response status codes