Skip to main content

Add channel

POST /v1/chat/channel/:id

Add a new channel

Path Parameters
  • id any required

    Object ID of the object, this can be a mongo ID but also a plain string (backwards-compatibility). When using POST or add API calls, this property is optional.

Request Body required
  • name string

    Channel name

  • desc string

    Description of the channel

Responses

OK

Loading...