patch
https://api.surense.com/api/v1/workflows//checklists//items/
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"
}