Update a task

Update an existing task. Supports partial updates - only include fields you want to change.

Path Params
uuid
required

Task ID (UUID)

Body Params

All fields are optional for partial updates. Note: creatorId cannot be changed via update.

string
length ≤ 255

Task title (maximum 255 characters)

string

Detailed description of the task

string
enum

Priority level of the task

Allowed:
date

Due date in ISO format (YYYY-MM-DD)

date

Scheduled date in ISO format (YYYY-MM-DD). Optional in this request schema; required only when scheduledDate is enabled in the task-fields list response.

assignedTo
object

Object containing array of users to assign the task to

customFields
array of objects

Updated custom field values

customFields
attachments
array of uuids

Updated array of file UUIDs

attachments
uuid
required

Modifier user ID (must be a valid UUID). This user will be set as modifiedBy.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json