Create Label
Create a new label.
Query Parameters
name*Name
Label name
color?Color
Label color (hex)
description?Description
Label description
Response Body
application/json
application/json
curl -X POST "https://example.com/labels?name=string"{ "id": "string", "name": "string", "color": "string", "description": "string", "created_at": "string", "updated_at": "string", "usage_count": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}