RED-9782 Updated DocuMine and RedactManager OpenAPI spec (forward port from release/2.465.x)
This commit is contained in:
parent
b7e88e4ec1
commit
f5b26deb4c
@ -1195,6 +1195,7 @@ paths:
|
|||||||
- $ref: '#/components/parameters/dossierTemplateId'
|
- $ref: '#/components/parameters/dossierTemplateId'
|
||||||
- $ref: '#/components/parameters/dossierId'
|
- $ref: '#/components/parameters/dossierId'
|
||||||
- $ref: '#/components/parameters/keepManualChanges'
|
- $ref: '#/components/parameters/keepManualChanges'
|
||||||
|
- $ref: '#/components/parameters/disableAutomaticAnalysis'
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
multipart/form-data:
|
multipart/form-data:
|
||||||
@ -2234,6 +2235,19 @@ components:
|
|||||||
overwriting a file:
|
overwriting a file:
|
||||||
- `true`: The system keeps the manual changes on re-uploading (overwriting) the file.
|
- `true`: The system keeps the manual changes on re-uploading (overwriting) the file.
|
||||||
- `false` (default): Manual changes get discarded on re-uploading the file.
|
- `false` (default): Manual changes get discarded on re-uploading the file.
|
||||||
|
disableAutomaticAnalysis:
|
||||||
|
name: disableAutomaticAnalysis
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
style: form
|
||||||
|
explode: true
|
||||||
|
description: |
|
||||||
|
A toggle to disable automatic analysis, i.e., to just upload and process the file without applying any automatic annotations:
|
||||||
|
- `true`: The system does not apply any automatic text annotations on the file. Images are detected and annotated anyway.
|
||||||
|
- `false` (default): The system applies automatic annotations on the file.
|
||||||
includeComponentDetails:
|
includeComponentDetails:
|
||||||
name: includeDetails
|
name: includeDetails
|
||||||
in: query
|
in: query
|
||||||
|
|||||||
@ -565,6 +565,7 @@ paths:
|
|||||||
- $ref: '#/components/parameters/dossierTemplateId'
|
- $ref: '#/components/parameters/dossierTemplateId'
|
||||||
- $ref: '#/components/parameters/dossierId'
|
- $ref: '#/components/parameters/dossierId'
|
||||||
- $ref: '#/components/parameters/keepManualChanges'
|
- $ref: '#/components/parameters/keepManualChanges'
|
||||||
|
- $ref: '#/components/parameters/disableAutomaticAnalysis'
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
multipart/form-data:
|
multipart/form-data:
|
||||||
@ -1359,6 +1360,19 @@ components:
|
|||||||
overwriting a file:
|
overwriting a file:
|
||||||
- `true`: The system keeps the manual changes on re-uploading (overwriting) the file.
|
- `true`: The system keeps the manual changes on re-uploading (overwriting) the file.
|
||||||
- `false` (default): Manual changes get discarded on re-uploading the file.
|
- `false` (default): Manual changes get discarded on re-uploading the file.
|
||||||
|
disableAutomaticAnalysis:
|
||||||
|
name: disableAutomaticAnalysis
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
style: form
|
||||||
|
explode: true
|
||||||
|
description: |
|
||||||
|
A toggle to disable automatic analysis, i.e., to just upload and process the file without applying any automatic redactions:
|
||||||
|
- `true`: The system does not apply any automatic redactions on the file. However, if the file contains redaction annotations, they are still imported.
|
||||||
|
- `false` (default): The system applies automatic redactions on the file.
|
||||||
downloadId:
|
downloadId:
|
||||||
name: downloadId
|
name: downloadId
|
||||||
in: path
|
in: path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user