cURL
curl --request PUT \ --url https://kan.bn/api/v1/checklists/items/{checklistItemPublicId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "completed": true } '
{ "publicId": "<string>", "title": "<string>", "completed": true }
Updates a checklist item (title/completed)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1 - 500
Successful response