mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
zerver: Drop support for Zulip API emails in channel creation.
Also write the description a bit better. Discussion: https://chat.zulip.org/#narrow/channel/378-api-design/topic/Channel.20creation.20should.20return.20the.20channel.20ID/near/2240040. Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
9adee70d8d
commit
8f14b717ff
@@ -23537,15 +23537,10 @@ paths:
|
||||
example: "Channel for discussing all things music!"
|
||||
subscribers:
|
||||
description: |
|
||||
A list of user IDs (preferred) or Zulip API email
|
||||
addresses of the users to be subscribed to the new channel specified in the `channel` parameter.
|
||||
oneOf:
|
||||
- type: array
|
||||
items:
|
||||
type: string
|
||||
- type: array
|
||||
items:
|
||||
type: integer
|
||||
A list of user IDs of the users to be subscribed to the new channel.
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
example: [16, 12]
|
||||
announce:
|
||||
description: |
|
||||
|
Reference in New Issue
Block a user