From d33df76b9638668967bbab8ed536add73aa0a543 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 17 Aug 2023 15:37:51 +0200 Subject: [PATCH] fix(api): fixed token list endpoint definition --- API.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/API.md b/API.md index 9d0da5b..6751cc9 100644 --- a/API.md +++ b/API.md @@ -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