patch
https://api.surense.com/api/v1/leads//checklists//items/
Update a checklist item. Useful for marking items as done.
Example:
{
"description": "123",
"done" : true
}Update a checklist item. Useful for marking items as done.
Example:
{
"description": "123",
"done" : true
}Try It! to start a request and see the response here!