Updating a Digital Twin Adapter
Updates the digital twin adapter for your Internet of Things.
When you update an existing option applied to a digital twin adapter, you change only the value you do not add a new value to the digital twin adapter using this update option.
Use the
oci iot digital-twin-adapter update
command and required parameters to update a digital twin adapter. You can update the description, free form tags, defined tags, or the display name for a digital twin adapter.To update a digital twin adapter's display name:oci iot digital-twin-adapter update --digital-twin-adapter-id <iot-digital-twin-adapter-OCID> --description "<updated-description>"
To update a digital twin adapter's free form tags:oci iot digital-twin-adapter update --digital-twin-adapter-id <iot-digital-twin-adapter-OCID> --freeform-tags
To update a digital twin adapter's defined tags:oci iot digital-twin-adapter update --digital-twin-adapter-id <iot-digital-twin-adapter-OCID> --defined-tags
To update a digital twin adapter's display name:oci iot digital-twin-adapter update --digital-twin-adapter-id <iot-digital-twin-adapter-OCID> --display-name "<updated-display-name>"
For a complete list of parameters and values for CLI commands, see CLI Command Reference.
Run the UpdateDigitalTwinAdapter operation to update the digital twin adapter.