update_location
Update an existing location's details in IT Glue by providing location ID and fields to change, returning the updated record.
Instructions
Update an existing location.
Args: location_id: The location ID name: New location name address_1: New street address line 1 address_2: New street address line 2 city: New city name region_id: New region/state ID postal_code: New postal/ZIP code country_id: New country ID phone: New phone number fax: New fax number notes: New notes primary: New primary status
Returns: JSON string with the updated location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fax | No | ||
| city | No | ||
| name | No | ||
| notes | No | ||
| phone | No | ||
| primary | No | ||
| address_1 | No | ||
| address_2 | No | ||
| region_id | No | ||
| country_id | No | ||
| location_id | Yes | ||
| postal_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |