Update an item in a checklist

Update a checklist item. Useful for marking items as done. Fetch workflows using POST /workflows/search, get workflow details with GET /workflows/{id} to see the checklists and checklist items inside of each checklist.

Example:

{
    "description": "Test 1234"
}
Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!