TicketTask
Update a task
patch/ticket/tasks/{id}
Path parameters
idstring required
Request body
namestring required
Name of the task.
assigneesstring[] required
collection of IDs belonging to assignees.
descriptionstring required
Description of the task.
status'open' | 'close' | 'in_progress' required
priority'urgent' | 'high' | 'medium' | 'low' | 'lowest' required
creatorIdstring required
ID of the task creator.
dueDatestring required
Due date for the given task.
completedDatestring required
Date at which task was completed.
parentIdstring required
Id of the parent task.
listIdstring required
Id of the list
Response
status'ok' | 'error' required
messagestring required
{"stackTrail":"components:schemas:ticketCreateOrUpdateTaskResponse:properties:result","oasType":"schema","type":"unknown"}