| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### identifier

- **uuid**: required
  - locationGroup unique identifier

### name

- **string**: required
  - length ≥ 1
  - Location group name

### description

- **string**

### companyUuid

- **uuid**

### ownerUuid

- **string**

### hireLocationGroupUuid

- **string**

### parentGroupUuid

- **string**

# Response Codes

- `202`: updated locationGroup. Wrapped in a JsonAPI root response.
- `500`: default error response

### Example Request

```bash
curl --request PATCH \
     --url https://services.fountain.com/api/serviceworkforce/locationGroups/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Response

```json
{"status":"202"}
```
