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