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