cURL
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" } }
Publishes or unpublishes a checklist template by its ID. This is a toggle action.
UUID of the workspace.
"cb363f7e-c52a-4478-911d-f6a6f791090e"
Checklist Template ID
"921f520c-e4d7-4490-8bc1-f9585f98b6b2"
Checklist publish state toggled successfully