curl --request PUT \
--url https://platform.kodexa.ai/api/document-transitions/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"actor": {},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"dateTime": "2023-11-07T05:31:56Z",
"destinationContentObjectId": "<string>",
"id": "<string>",
"index": 123,
"label": "<string>",
"sourceContentObjectId": "<string>",
"transitionType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"actor": {},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"dateTime": "2023-11-07T05:31:56Z",
"destinationContentObjectId": "<string>",
"id": "<string>",
"index": 123,
"label": "<string>",
"sourceContentObjectId": "<string>",
"transitionType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Updates an existing DocumentTransition. Document transitions record state changes through processing stages.
curl --request PUT \
--url https://platform.kodexa.ai/api/document-transitions/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"actor": {},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"dateTime": "2023-11-07T05:31:56Z",
"destinationContentObjectId": "<string>",
"id": "<string>",
"index": 123,
"label": "<string>",
"sourceContentObjectId": "<string>",
"transitionType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"actor": {},
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"dateTime": "2023-11-07T05:31:56Z",
"destinationContentObjectId": "<string>",
"id": "<string>",
"index": 123,
"label": "<string>",
"sourceContentObjectId": "<string>",
"transitionType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
A document transition records a state change of a document through processing stages.
Updated DocumentTransition
A document transition records a state change of a document through processing stages.