Create a Label for a Schedule

post

/api/v2/schedules/{id}/labels/

Make a POST request to this resource with the following label fields to create a new label associated with this schedule.

  • name: Name of this label. (string, required)
  • organization: Organization this label belongs to. (id, required)

Add Labels for a Schedule:

Make a POST request to this resource with only an id field to associate an existing label with this schedule.

Remove Labels from this Schedule:

Make a POST request to this resource with id and disassociate fields to remove the label from this schedule .

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Label
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : Label
Type: object
Show Source
Back to Top