v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBg) Document Management
Update a document by ID
Updates an existing document's content and metadata, with optional OCR processing and document-type validation.
put/eclipse-conductor/rest/v1/tenants/{tenantId}/documents/{documentId}
Path parameters
tenantIdinteger required
documentIdinteger required
Query parameters
performOcrboolean
If true, will perform the OCR on uploaded document
returnFullResultboolean
If true then the document will be returned in the result. If false (default) then only the metadata will be returned
sendNotificationForManualVerificationboolean
If true, send notification to EDD analyst for manual verification for document. This will only work if the sendNotificationForManualVerification is true
validateDocTypeboolean
If true, verify that the document type matches the uploaded document. This will only work if the performOcr is true
Request body
Example request
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"versionFrom": "2022-03-10T12:15:50-04:00",
"versionTo": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"versionFrom": "2022-03-10T12:15:50-04:00",
"versionTo": "2022-03-10T12:15:50-04:00"
}