fix(api): fixed token list endpoint definition

This commit is contained in:
antifallobst 2023-08-17 15:37:51 +02:00
parent 781bc912c4
commit d33df76b96
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 0 additions and 6 deletions

6
API.md
View File

@ -148,12 +148,6 @@ Lists all active auth tokens for the account.
| Header | Content |
|---------------|--------------------|
| Authorization | `Bearer {token}` |
| Content-Type | `application/json` |
#### Content - JSON
| Field | Description |
|-------|-----------------------------------|
| token | The token that should be deleted. |
#### Responses
##### 200 - Success