Skip to main content

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.

Body

required

JSON-formatted document describing the updated channel.

    name string

    Free-form channel name.

    metadata object

    Arbitrary, object-encoded channel's data.

Responses

Channel updated.

Loading...