update_checklist
Update an existing IT Glue checklist by changing its name, description, completion status, due date, assignee, or restricted setting.
Instructions
Update an existing checklist.
Args: checklist_id: The checklist ID name: New checklist name description: New checklist description completed: Mark checklist as completed/incomplete due_date: New due date (YYYY-MM-DD) assignee_id: New assignee user ID restricted: New restricted status
Returns: JSON string with the updated checklist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| due_date | No | ||
| completed | No | ||
| restricted | No | ||
| assignee_id | No | ||
| description | No | ||
| checklist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |