Update Manufacturing Resource
update_manufacturing_resourceUpdate specific attributes of an existing manufacturing resource by providing resource type, ID, and new attribute values. Only specified fields are changed.
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 |