Skip to main content
PUT
/
api
/
v1
/
task
/
checklists
/
{id}
/
toggle-publish
Toggle Publish State of Checklist Template
curl --request PUT \
  --url https://api.xenia.team/api/v1/task/checklists/{id}/toggle-publish \
  --header 'Authorization: <api-key>' \
  --header 'platform: <api-key>' \
  --header 'workspace-id: <workspace-id>'
{
  "data": {},
  "extra_meta": {
    "message": "Checklist published"
  }
}

Authorizations

Authorization
string
header
required
platform
string
header
required

Headers

workspace-id
string<uuid>
required

UUID of the workspace.

Example:

"cb363f7e-c52a-4478-911d-f6a6f791090e"

Path Parameters

id
string<uuid>
required

Checklist Template ID

Example:

"921f520c-e4d7-4490-8bc1-f9585f98b6b2"

Response

Checklist publish state toggled successfully