1
0
Fork 0

Merge pull request #3112 from darigovresearch/patch-4

fix: More copy updates to backend api docs
This commit is contained in:
Joost De Cock 2022-12-03 16:40:02 +01:00 committed by GitHub
commit 4cc9471929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 58 additions and 65 deletions

View file

@ -17,9 +17,9 @@ Deleting an API key is possible via these endpoints:
| <Method delete /> | `/apikeys/:id/jwt` | [JSON Web Token](/reference/backend/api/authentication#jwt-authentication) |
| <Method delete /> | `/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