Update Channel

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/channel

Update a channel

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

properties *OBJECTrequired
name Multilingual string
type STRING
config OBJECT
Can be executed by:
Channel Owner
Can be associated to:
User
Organization
Alert
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "0218f31b-0296-4cce-b2a4-384f27d2526a",
  "name": {
    "en": "My new channel name"
  },
  "config": {
    "url": "< url >",
    "secret": "< secret >"
  }
}