mmar_update_attribute_instance
Change the value of an attribute instance on elements like names, descriptions, or custom attributes by supplying its UUID and updated JSON data.
Instructions
Update the value of an attribute instance. Use this to change data values on elements (e.g., setting a name, description, or any custom attribute).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attribute_data | Yes | JSON string of the updated AttributeInstance data. At minimum, include 'value' with the new value. | |
| attribute_instance_uuid | Yes | The UUID of the AttributeInstance to update |