Document Relation
Partial update document relation
Update part of a document relation object.
patch/api/v1/document_relations/{documentRelationID}
Path parameters
documentRelationIDinteger required
Document relation ID
Request body
Example request
{
"id": 1,
"type": "export",
"annotation": "https://example.rossum.app/api/v1/annotations/314159",
"documents": [
"https://example.rossum.app/api/v1/documents/124",
"https://example.rossum.app/api/v1/documents/125"
],
"url": "https://example.rossum.app/api/v1/document_relations/1"
}Response
OK
Example response
{
"id": 1,
"type": "export",
"annotation": "https://example.rossum.app/api/v1/annotations/314159",
"documents": [
"https://example.rossum.app/api/v1/documents/124",
"https://example.rossum.app/api/v1/documents/125"
],
"url": "https://example.rossum.app/api/v1/document_relations/1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.