curl --request PUT \
--url https://platform.kodexa.ai/api/document-assignments/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"assignedAt": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"releaseAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"user": "aSDinaTvuI8gbWludGxpZnk=",
"uuid": "<string>"
}
'{
"assignedAt": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"releaseAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"user": "aSDinaTvuI8gbWludGxpZnk=",
"uuid": "<string>"
}Updates an existing DocumentAssignment. Document assignments link document families to users for review.
curl --request PUT \
--url https://platform.kodexa.ai/api/document-assignments/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"assignedAt": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"releaseAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"user": "aSDinaTvuI8gbWludGxpZnk=",
"uuid": "<string>"
}
'{
"assignedAt": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"releaseAt": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"user": "aSDinaTvuI8gbWludGxpZnk=",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.