curl --request PUT \
--url https://platform.kodexa.ai/api/task-statuses/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"slug": "<string>",
"statusType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"slug": "<string>",
"statusType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Updates an existing TaskStatus. Task statuses define named states for tracking task workflow progress.
curl --request PUT \
--url https://platform.kodexa.ai/api/task-statuses/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"slug": "<string>",
"statusType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"slug": "<string>",
"statusType": "<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.