Plot HomeDocumentation
Tasks

Add Label to Task

Adds a label to a task. Idempotent - adding an existing label is a no-op.

POST
/v1/tasks/{taskId}/labels/{labelId}

Adds a label to a task. Idempotent - adding an existing label is a no-op.

Path Parameters

taskId*string

Task ID

Formatuuid
labelId*string

Label ID

Formatuuid

Response Body

curl -X POST "https://example.com/v1/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/labels/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty