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

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **id**  
  string  
  required  
  The Location Group ID

- **name**  
  string  
  required  
  The name of the location group

- **owner_id**  
  string  
  Unique identifier for the location group owner

- **move_to_group_id**  
  string  
  Unique identifier for the location group to move all locations in this group to

- **customer_attributes**  
  array of objects | null  
  List of customer attributes for the location group

### Customer Attributes

- **customer_attributes**  
  ADD object

### HTTP Status Codes

- ``200``  Ok

- ``401``  Unauthorized

- ``404``  Not Found

### Example Request

```
curl --request PUT \
     --url https://api.fountain.com/v2/location_groups/id \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Responses

- application/json  
  - ``200``  
  - ``401``  
  - ``404``

Updated 3 months ago
