checklist
Update Checklist Item
put/checklist/items/{item_id}
Path parameters
item_idstring uuid required
Request body
titlestring nullable
bodystring nullable
assigneestring uuid nullable
due_datestring date nullable
completedboolean nullable
note_requirement'DISABLED' | 'OPTIONAL' | 'REQUIRED' | 'REQUIRED_WHEN_NOT_APPLICABLE'
Whether settling an item asks the reviewer to say why.
note_helper_textstring nullable
allow_not_applicableboolean nullable
not_applicableboolean nullable
completion_notestring nullable
Response
Successful Response
checklist_item_idstring uuid required
checklist_idstring uuid required
company_idstring uuid required
vendor_idstring uuid required
indexinteger required
titlestring required
bodystring nullable required
assigneestring uuid nullable required
assignee_first_namestring nullable required
assignee_last_namestring nullable required
due_datestring date nullable required
note_requirement'DISABLED' | 'OPTIONAL' | 'REQUIRED' | 'REQUIRED_WHEN_NOT_APPLICABLE' required
Whether settling an item asks the reviewer to say why.
note_helper_textstring nullable required
allow_not_applicableboolean required
completedboolean required
not_applicableboolean required
completion_notestring nullable required
completed_atstring date-time nullable required