Updates a checklist item template for a task template with the specified id.

PUT

To access the task template, ‘write’ permissions on the ‘project-planning-data’ feature or on the ‘project-manage-config’ feature are required.

Required Permissions: The user must be an admin or have task-manage-config:write permissions.

Path parameters

taskTemplateIdstringRequired
The id of the task template.
checklistItemTemplateIdstringRequired
The id of the checklist item template.

Request

This endpoint expects an object.
namestringOptional
The name of the checklist item.
orderdoubleOptional
The order of the checklist item.

Response

This endpoint returns an object
isDonebooleanOptional
Whether the checklist item is done.
namestringOptional
The name of the checklist item.
orderdoubleOptional
The order of the checklist item.
idstringOptional
The id of the checklist item.
createdOndatetimeOptional
The date this checklist item was created.
createdBystringOptional
The id of the user who created this checklist item.
updatedOndatetimeOptional
The date this checklist item was last modified.
updatedBystringOptional
The id of the user who last modified this check list.
taskTemplateIdstringOptional
The id of the task template this checklist item belongs to.