Mark a checklist item not applicable

Marks a required checklist item as not applicable, or restores it. A checklist item marked not applicable counts as resolved, so it no longer blocks the task from being completed. Only a required checklist item can be marked; optional items never block completion.

Path Params
uuid
required

The unique identifier of the task.

uuid
required

The unique identifier of the checklist item.

Body Params
boolean
required

true marks the checklist item not applicable, false restores it.

string
length ≤ 1000

Why the checklist item does not apply. Required when is_not_applicable is true, and not accepted when restoring.

Responses

409

The task is complete or cancelled. Marking an item not applicable, or restoring it, always changes whether it still blocks completion, so it is always refused here. Reopen a completed task first; a cancelled task cannot be reopened.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json