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

To access the task template, 'write' permissions on the 'project-planning-data' feature or on the 'project-manage-config' feature are required. <Check title="Required Permissions">The user must be an admin or have task-manage-config:write permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

taskTemplateIdstringRequiredformat: "uuid"
The id of the task template.
checklistItemTemplateIdstringRequiredformat: "uuid"
The id of the checklist item template.

Request

The model to update the checklist item template.
namestring or nullOptional
The name of the checklist item.
orderdouble or nullOptional
The order of the checklist item.

Response

OK
namestring>=0 characters<=25000 characters
The name of the checklist item.
isDoneboolean or null
Whether the checklist item is done.
orderdouble or null
The order of the checklist item.
idstring or nullformat: "uuid"
The id of the checklist item.
createdOnstring or nullformat: "date-time"
The date this checklist item was created.
createdBystring or nullformat: "uuid"
The id of the user who created this checklist item.
updatedOnstring or nullformat: "date-time"
The date this checklist item was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this check list.
taskTemplateIdstring or nullformat: "uuid"
The id of the task template this checklist item belongs to.