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:
apoorvapendse
2025-08-12 03:19:07 +00:00
committed by Tim Abbott
parent 9adee70d8d
commit 8f14b717ff
3 changed files with 6 additions and 11 deletions

View File

@@ -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: |