# Creates a new tag Creates a new tag. Endpoint: POST /v1/tags/ Version: 1.0.0 Security: tokenAuth ## Request fields (application/json): - `category` (string, required) - `value` (string, required) - `required` (boolean) - `color` (string,null) - `planning` (string, required) ## Response 201 fields (application/json): - `uuid` (string, required) - `category` (string, required) - `value` (string, required) - `required` (boolean) - `color` (string,null) - `planning` (string, required) - `workspace` (string,null, required) ## Response 400 fields (application/json): - `detail` (string, required) ## Response 404 fields (application/json): - `detail` (string, required) ## Response 500 fields (application/json): - `detail` (string, required) ## Response 401 fields ## Response 403 fields