Updates config info
PUT/iot/edge/configs/:configId
Update is performed by replacing the current resource data with values provided in a request payload. Note that the owner, ID, init ID, init key, Connhex Thing ID and key cannot be changed.
Authorization Action:
core:config:update
Request
Responses
- 200
- 400
- 401
- 404
- 415
- 500
Config updated.
Bad request.
Unauthorized.
Config not found.
Missing or unsupported content type.
Unexpected server error.