Update Resource
update_resourceUpdate a resource's attributes without affecting others. Use schema fields to specify only the attributes to change.
Instructions
Update an existing resource's attributes (partial update).
Use schema fields for attributes. Only provided attributes are changed.
If available, call the get_schema tool first to discover valid resource types, attributes, and relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attributes | Yes | Resource attributes payload. Field names must come from get_schema. | |
| resource_id | Yes | Resource ID. | |
| resource_type | Yes | Resource type name from get_schema, e.g. "devices" or "plants". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes |