RedactManager API Specs for BASF - additional endpoints
This commit is contained in:
parent
83b0616a5a
commit
8c7c50b89f
@ -6,15 +6,11 @@ info:
|
||||
The DocuMine API provides a comprehensive solution for managing resources such as dossiers and their associated files.
|
||||
Users can also retrieve components of files that have been processed and extracted by the system.
|
||||
|
||||
Given that DocuMine supports multi-tenancy, it is essential to include the 'X-Tenant-ID' header with every request.
|
||||
This tenant ID is referred to as the "Workspace ID" within the application.
|
||||
|
||||
All endpoints are secured using OAuth2, with the "authorizationCode" being the supported authorization flow.
|
||||
Obtain a JWT token for authentication and send it in the 'Authorization' header with the format `Bearer {JWT_TOKEN}`.
|
||||
|
||||
Example Headers:
|
||||
```properties
|
||||
X-Tenant-ID: my-workspace
|
||||
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI...
|
||||
```
|
||||
license:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user