latestOpenAPI 3.0.02026-08-232861531.0 MB

d3c75c2a2f1d

checklistTemplates

Update a checklist template

Updates a checklist template. If enabled is toggled, or recreate is passed, a background job is dispatched to resync already-created checklists derived from this template. recreate is accepted in the request but is not itself persisted on the template.

put/checklistTemplates/{checklistTemplateId}

Path parameters

checklistTemplateIdstring required

ChecklistTemplate's unique identifier in Luma's database.

Request body

_idstring

Luma's internal ID of an object.

userstring

The ID of the root account user.

deleted0 | 1

Flag for logical deletion where 1 means deleted.

createdBystring

The ID of the user who created this object.

updatedBystring

The ID of the user who updated this object.

createdAtstring date-time

The date/time when this object was created.

updatedAtstring date-time

The date/time when this object was updated.

namestring

Name of the checklist template.

enabledboolean

Whether this template is active and usable to build new checklists.

type'appointment'

The kind of template.

tagstring

Merge-tag identifier for this template, auto-generated if not provided.

recreateboolean

When true, forces existing checklists built from this template to be recreated.

Response

ChecklistTemplate

_idstring

Luma's internal ID of an object.

userstring

The ID of the root account user.

deleted0 | 1

Flag for logical deletion where 1 means deleted.

createdBystring

The ID of the user who created this object.

updatedBystring

The ID of the user who updated this object.

createdAtstring date-time

The date/time when this object was created.

updatedAtstring date-time

The date/time when this object was updated.

namestring

Name of the checklist template.

enabledboolean

Whether this template is active and usable to build new checklists.

type'appointment'

The kind of template.

tagstring

Merge-tag identifier for this template, auto-generated if not provided.