itglue_update_location
Modify location details in IT Glue to update address, contact information, or primary status for managed service provider records.
Instructions
Update an existing location in IT Glue.
Args:
id (string|number): Location ID (required)
name (string): Location name
primary (boolean): Is this the primary location
address_1 (string|null): Address line 1
address_2 (string|null): Address line 2
city (string|null): City
postal_code (string|null): Postal/ZIP code
region_id (number|null): Region/state ID
country_id (number|null): Country ID
phone (string|null): Phone number
fax (string|null): Fax number
notes (string|null): Notes
response_format (string): 'markdown' or 'json'
Returns: The updated location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| organization_id | No | Organization ID | |
| name | No | Location name | |
| primary | No | Is this the primary location | |
| address_1 | No | Address line 1 | |
| address_2 | No | Address line 2 | |
| city | No | City | |
| postal_code | No | Postal/ZIP code | |
| region_id | No | Region ID (state/province) | |
| country_id | No | Country ID | |
| phone | No | Phone number | |
| fax | No | Fax number | |
| notes | No | Notes | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |