update_related_item
Update notes on a related item in IT Glue by providing source type, source ID, related item ID, and new notes. Returns the updated related item.
Instructions
Update a related item (currently only notes can be updated).
Args: source_type: The type of the source resource source_id: The ID of the source resource related_item_id: The ID of the related item to update notes: New notes for the relationship
Returns: JSON string with the updated related item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| source_id | Yes | ||
| source_type | Yes | ||
| related_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |