cURL
curl --request PATCH \ --url https://api.example.com/checklist-items/:id
{ "data": null }
Update a checklist item.
OK