cURL
curl --request PATCH \ --url https://kan.bn/api/v1/checklists/items/{checklistItemPublicId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "completed": true, "index": 1 } '
{ "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
x >= 0
Successful response