{
"name": "string",
"editable": true,
"position": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"checklist_id": "4032cca0-5078-4948-a022-e817e3039a01",
"description": "string",
"position": 0,
"checked": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
"card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304",
"board_checklist_id": "62e3aad7-3992-4982-83ef-b063128dc2d5"
}
curl --location --request PUT 'https://api.vplan.com/v1/collection//card//checklist/' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"editable": true,
"position": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"checklist_id": "4032cca0-5078-4948-a022-e817e3039a01",
"description": "string",
"position": 0,
"checked": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
"card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304",
"board_checklist_id": "62e3aad7-3992-4982-83ef-b063128dc2d5"
}'