The following example shows how to update a configuration element by submitting a PUT request.
Prerequisite:
- Create the JSON request body with the updated values.
- Use this URL to update a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>
- Use this URL to update a sub-element of a singleton configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<subElement>/<subElementKey>
- Use this URL to update a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>
- Use this URL to update a sub-element of a multi-instance configuration element.
https://CNSBCIP/config/<version>/<topic>/<configElement>/<configElementKey>/<subElement>/<subElementKey>
- Use this URL to activate the configuration.
https://CNSBCIP/config/<version>/activate