update_organization
Update an existing organization in IT Glue by specifying its ID and new values for name, description, type, status, or quick notes. Returns the updated organization details.
Instructions
Update an existing organization in IT Glue.
Args: organization_id: The IT Glue organization ID name: New organization name description: New organization description organization_type_id: New organization type ID organization_status_id: New organization status ID quick_notes: New quick notes
Returns: JSON string with the updated organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| description | No | ||
| quick_notes | No | ||
| organization_id | Yes | ||
| organization_type_id | No | ||
| organization_status_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |