Updates a checklist item for a task with the specified id.
The required permissions depend on the base type of the task. If the task is a project task, either ‘write’ permissions on the ‘project-master-data’ feature are required or the user needs to be assigned. For a user’s private task, no special permissions are required.
Required Permissions
Any authenticated user.Path parameters
taskId
The id of the task.
checklistItemId
The id of the checklist item.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
isDone
Whether the checklist item is done.
name
The name of the checklist item.
order
The order of the checklist item.
Response
OK
isDone
Whether the checklist item is done.
name
The name of the checklist item.
order
The order of the checklist item.
id
The id of the checklist item.
createdOn
The date this checklist item was created.
createdBy
The id of the user who created this checklist item.
updatedOn
The date this checklist item was last modified.
updatedBy
The id of the user who last modified this checklist item.
taskId
The id of the task this checklist item belongs to.