v1

latestOpenAPI 3.0.02026-07-2612645160.3 KB
tasks

Update an existing task

Updates an existing task by ID. Only the fields provided in the request body will be updated. All fields are optional for updates.

put/api/public/tasks/{id}

Path parameters

idstring uuid required

The UUID of the task to update

Request body

titlestring
descriptionstring nullable
dueDatestring nullable
dueTimestring nullable
timezonestring nullable
responsibleIdsstring[]
aiContactIdstring nullable
aiCustomerIdstring nullable
priority'0' | '1' | '2'
associateToCalendarboolean
newStatusPositionnumber
newStatusNamestring

Response

Task updated successfully

TaskResponseDto required