Updates channel info
PUT/iot/channels/:chanId
Update is performed by replacing the current resource data with values provided in a request payload. Note that the channel's ID will not be affected.
Authorization Action:
core:channels:update
Request
Path Parameters
chanId uuidrequired
Unique channel identifier.
- application/json
Body
required
JSON-formatted document describing the updated channel.
name string
Free-form channel name.
metadata object
Arbitrary, object-encoded channel's data.
Responses
- 200
- 400
- 401
- 404
- 415
- 500
Channel updated.
Bad request.
Unauthorized.
Channel not found.
Missing or unsupported content type.
Unexpected server error.
- application/json
- Schema
Schema
- string byte
Loading...