update_shell
Update an existing Asset Administration Shell on the AAS server by providing its ID and the new shell content.
Instructions
Updates an existing Shell on the AAS server by its ID.
Corresponds to: PUT /shells/{shell_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| shell | Yes | A dictionary representing the updated Shell content. | |
| encode | No | Whether to Base64-encode the Shell ID. Defaults to True. | |
| shell_id | Yes | The unique identifier of the Shell. |