autonomous.contact/public/api/channels/:channel_id
2025-11-08 11:55:57 -08:00
..
events refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08:00
index.ts refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08:00
README.md refactor: events to a pure stream instead of being part of topics 2025-11-08 11:55:57 -08:00

/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.