Merge pull request #3112 from darigovresearch/patch-4
fix: More copy updates to backend api docs
This commit is contained in:
commit
4cc9471929
21 changed files with 58 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue