RedactManager OpenAPI Specs for BASF #472

Merged
kresnadi.budisantoso merged 11 commits from 2-349-x-redactmanager-openapi-spec into release/2.349.x 2024-05-27 10:44:23 +02:00
2 changed files with 2958 additions and 4 deletions
Showing only changes of commit 8c7c50b89f - Show all commits

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: