fix: Updates small typo in read api docs
This commit is contained in:
parent
de89826a07
commit
78326f43f8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue