# Creates a new ticket sub-status. Endpoint: PUT /tickets/sub-status Version: v3 Security: oauth2 ## Request fields (application/json): - `name` (null,string, required) Gets or sets the name of the ticket sub-status. ## Response 201 fields (application/json): - `id` (string) Gets or sets the unique identifier. - `name` (null,string) Gets or sets the sub-status name. ## Response 400 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string) ## Response default fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string)