-
Notifications
You must be signed in to change notification settings - Fork 13.5k
RocketChat API Add private channel #3866
Copy link
Copy link
Closed
Description
Your Rocket.Chat version: Most current
I am looking at using the RocketChat API as documented here: https://rocket.chat/docs/developer-guides/rest-api/
I had 2 questions:
- This document references both "channels" and "rooms" are channels and rooms the same thing?
ex: "Join a room" vs. "Create a channel" - I see a channel creation endpoint (http://localhost:3000/api/v1/channels.create) when this creates a channel I believe it is public. Is it possible to pass a flag to make channels private when they are created via the API?
Reactions are currently unavailable