Create a Label

post

/api/v2/labels/

Make a POST request to this resource with the following label fields to create a new label:

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

Request

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

Response

201 Response

Back to Top