Skip to content

Creates a new ticket sub-status.

Request

Security
oauth2
Bodyrequired
namenull or string, [ 0 .. 500 ] charactersrequired

Gets or sets the name of the ticket sub-status.

PUT
/tickets/sub-status
{ "name": null }

Responses

Created

Bodyapplication/json
idstring, (uuid)

Gets or sets the unique identifier.

namenull or string

Gets or sets the sub-status name.

Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": null }