Skip to content

Updates an existing job type

Request

Security
oauth2
Path
jobTypeIdstring, (uuid)required
Bodyrequired
namenull or string, [ 0 .. 500 ] characters

Gets or sets the job type name.

isActivenull or boolean

Gets or sets a value indicating whether the job type is active.

PATCH
/tickets/job-types/{jobTypeId}
{ "name": null, "isActive": null }

Responses

OK

Bodyapplication/json
idstring, (uuid)

Gets or sets the unique identifier for the job type.

namenull or string

Gets or sets the name of the job type.

isActiveboolean

Gets or sets a value indicating whether JobType is active.

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