fix(api): fixed token list endpoint definition
This commit is contained in:
parent
781bc912c4
commit
d33df76b96
6
API.md
6
API.md
|
@ -148,12 +148,6 @@ Lists all active auth tokens for the account.
|
||||||
| Header | Content |
|
| Header | Content |
|
||||||
|---------------|--------------------|
|
|---------------|--------------------|
|
||||||
| Authorization | `Bearer {token}` |
|
| Authorization | `Bearer {token}` |
|
||||||
| Content-Type | `application/json` |
|
|
||||||
|
|
||||||
#### Content - JSON
|
|
||||||
| Field | Description |
|
|
||||||
|-------|-----------------------------------|
|
|
||||||
| token | The token that should be deleted. |
|
|
||||||
|
|
||||||
#### Responses
|
#### Responses
|
||||||
##### 200 - Success
|
##### 200 - Success
|
||||||
|
|
Loading…
Reference in New Issue