update_location
Modify an existing IT Glue location by supplying only the fields that need to change. Update contact info, address, or primary status directly.
Instructions
Update an existing location in IT Glue. Only the fields you supply are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The location ID to update | |
| fax | No | Fax number | |
| city | No | City | |
| name | No | Location name/title | |
| notes | No | Free-text notes | |
| phone | No | Phone number | |
| primary | No | Whether this is the organization's primary location | |
| address_1 | No | Address line 1 | |
| address_2 | No | Address line 2 | |
| region_id | No | Region/state ID | |
| country_id | No | Country ID | |
| postal_code | No | Postal/ZIP code | |
| organization_id | Yes | Organization ID that owns the location |