Skip to main content
PUT
/
api
/
task-statuses
/
{id}
Update TaskStatus
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>"
}

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 status defines a named state for tracking task workflow progress.

changeSequence
integer<int32>
color
string
createdOn
string<date-time>
icon
string
id
string
label
string
locked
boolean
slug
string
statusType
string
updatedOn
string<date-time>
uuid
string

Response

Updated TaskStatus

A task status defines a named state for tracking task workflow progress.

changeSequence
integer<int32>
color
string
createdOn
string<date-time>
icon
string
id
string
label
string
locked
boolean
slug
string
statusType
string
updatedOn
string<date-time>
uuid
string