RedactManager API Specs for BASF - additional endpoints

This commit is contained in:
Kresnadi Budisantoso 2024-04-26 23:39:32 +02:00
parent 83b0616a5a
commit 8c7c50b89f
2 changed files with 2958 additions and 4 deletions

View File

@ -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: