Adds new config
POST/iot/edge/configs
Adds new config to the list of config owned by user identified using the provided access token.
Authorization Action:
core:config:create
Request
- application/json
Body
required
JSON-formatted document describing the new config.
init_id stringrequired
init ID (MAC address or some unique identifier).
init_key stringrequired
init key.
thing_id string
ID of the corresponding Connhex Thing.
channels string[]
content string
Responses
- 201
- 400
- 401
- 415
- 500
Config created.
Response Headers
Location any
Bad request.
Unauthorized.
Missing or unsupported content type.
Unexpected server error.
Loading...