v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Channels

Update Channel

put/networks/channels/{channelId}

Path parameters

channelIdinteger required

The ID of the channel to update.

Request body

namestring required

Name of the channel.

status'active' | 'inactive' required

Status of the channel.

Response

network_channel_idinteger

Unique channel ID.

network_idinteger

Network ID.

namestring

Channel name.

status'active' | 'inactive'

Channel status.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

relationshipobject

Related data.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}