update_submodel
Update an existing Submodel by its ID with new content, enabling precise modifications to Asset Administration Shell data on the AAS server.
Instructions
Updates an existing Submodel by its ID.
Corresponds to: PUT /submodels/{submodel_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| encode | No | Whether to Base64-encode the Submodel ID. Defaults to True. | |
| submodel | Yes | A dictionary representing the updated Submodel content. | |
| submodel_id | Yes | The unique identifier of the Submodel. |