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

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

#### locationGroupUuid
- **type**: uuid  
- **required**: Required  
- **description**: UUID of the locationGroup to update

#### locationGroupPayload
- **type**: object  
- **required**: Required  
- **description**: Fields to update on the location group. Uses the locationGroup schema; provide only the fields to change.

#### customAttributesPayload
- **type**: array of objects  
- **required**: Required  
- **description**: Replacement list of Company Attributes to attach to the location group. Attribute may be referenced by UUID or key and value must match the attribute's configured data type. Omit the field to leave the location group's existing attributes unchanged; provide an empty array ([]) to remove all attributes from the location group.

```json
ADD object
```

### Responses

```http
204 Updated Successfully
```

```http
400 default error response
```

```http
404 default error response
```

### Example Request

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

### Try It!

Click `Try It!` to start a request and see the response here! Or choose an example:

```json
application/json
```

Responses:

```json
400
```

```json
404
```
