# Update a job type. Endpoint: PATCH /tickets/job-types/{jobTypeId} Version: v3 Security: oauth2 ## Path parameters: - `jobTypeId` (string, required) ## Request fields (application/json): - `name` (string,null) Gets or sets the job type name. - `isActive` (boolean,null) Gets or sets a value indicating whether the job type is active. ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response default fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 204 fields