RedactManager API Specs for BASF - removed X-tenant-ID header and added some description
This commit is contained in:
parent
c431f98842
commit
224def920e
@ -747,7 +747,7 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/DownloadStatusList'
|
||||
description: TODO
|
||||
description: List of all downloads of the current users successfully retrieved.
|
||||
"400":
|
||||
$ref: '#/components/responses/400'
|
||||
"401":
|
||||
@ -774,7 +774,7 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/DownloadStatus'
|
||||
description: TODO
|
||||
description: Status of the download successfully retrieved.
|
||||
"400":
|
||||
$ref: '#/components/responses/400'
|
||||
"401":
|
||||
@ -824,7 +824,7 @@ paths:
|
||||
- $ref: '#/components/parameters/downloadId'
|
||||
responses:
|
||||
"200": # TODO: complete response
|
||||
description: TODO
|
||||
description: Successfully downloading the file. (TODO rephrase?)
|
||||
"400":
|
||||
$ref: '#/components/responses/400'
|
||||
"401":
|
||||
@ -851,7 +851,7 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/UserList'
|
||||
description: TODO
|
||||
description: List of users successfully retrieved.
|
||||
"400":
|
||||
$ref: '#/components/responses/400'
|
||||
"401":
|
||||
@ -876,7 +876,7 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/User'
|
||||
description: TODO
|
||||
description: User successfully retrieved.
|
||||
"400":
|
||||
$ref: '#/components/responses/400'
|
||||
"401":
|
||||
@ -925,12 +925,6 @@ paths:
|
||||
$ref: '#/components/responses/500'
|
||||
components:
|
||||
headers:
|
||||
X-Tenant-ID:
|
||||
description: Tenant identifier, also known as the *Workspace ID* in the application.
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
example: 'my-workspace'
|
||||
Authorization:
|
||||
description: JWT token for authorization. Format should be `Bearer {JWT_TOKEN}`.
|
||||
required: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user