# Update a category. Endpoint: PATCH /tickets/categories/{categoryId} Version: v3 Security: oauth2 ## Path parameters: - `categoryId` (string, required) ## Request fields (application/json): - `name` (string,null) Gets or sets the category name. - `isActive` (boolean,null) Gets or sets a value indicating whether the category is active or not. - `locations` (array,null) Gets or sets the list of locations associated with the ticket category. ## 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