Skip to main content
PATCH
/
checklists
/
:id
cURL
curl --request PATCH \
  --url https://api.example.com/checklists/:id
{
  "data": null
}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

data
unknown