Skip to main content
PUT
/
api
/
task-document-families
/
{id}
Update TaskDocumentFamily
curl --request PUT \
  --url https://platform.kodexa.ai/api/task-document-families/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "documentFamilyId": "<string>",
  "id": "<string>",
  "taskId": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}
'
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "documentFamilyId": "<string>",
  "id": "<string>",
  "taskId": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

A task document family associates a document family with a task for review.

changeSequence
integer<int32>
createdOn
string<date-time>
documentFamilyId
string
id
string
taskId
string
updatedOn
string<date-time>
uuid
string

Response

Updated TaskDocumentFamily

A task document family associates a document family with a task for review.

changeSequence
integer<int32>
createdOn
string<date-time>
documentFamilyId
string
id
string
taskId
string
updatedOn
string<date-time>
uuid
string