Tasks
Add Label to Task
Adds a label to a task. Idempotent - adding an existing label is a no-op.
Adds a label to a task. Idempotent - adding an existing label is a no-op.
Path Parameters
taskId*string
Task ID
Format
uuidlabelId*string
Label ID
Format
uuidResponse Body
curl -X POST "https://example.com/v1/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/labels/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty