itglue_update_flexible_asset
Update flexible asset data in IT Glue by modifying traits, archive status, or organization association for MSP documentation management.
Instructions
Update an existing flexible asset in IT Glue.
Args:
id (string|number): Flexible asset ID (required)
organization_id (number): Organization ID
traits (object): Trait values to update
archived (boolean): Archive status
response_format (string): 'markdown' or 'json'
Returns: The updated flexible asset.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| organization_id | No | Organization ID | |
| traits | No | Trait values to update. Keys are the trait name-keys from the flexible asset type. | |
| archived | No | Archive status | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |