update_pinned_label
Set or clear the custom sidebar label for a pinned task. Use null to remove the label.
Instructions
Set or clear the custom sidebar label for a pinned task.
pinned_id is the underlying task UUID (the pinned list keys
on task id; there is no separate pin-record id, hence the route
/tasks/pinned/{id}). Pass label=None (or omit) to clear
the label — this is the only way to clear it, so the body is
always sent as {"label": label} including the JSON null.
404 if the task is not in the pinned list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pinned_id | Yes | ||
| label | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |