forked from andyburke/autonomous.contact
|
|
||
|---|---|---|
| .. | ||
| events | ||
| index.ts | ||
| README.md | ||
/api/channels/:channel_id
Interact with a specific channel.
GET /api/channels/:channel_id
Get the channel specified by :channel_id.
PUT /api/channels/:channel_id
Update the channels specified by :channel_id.
Eg:
{
name?: string;
}
DELETE /api/channels/:channel_id
Delete the channel specified by :channel_id.