mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
openapi: Remove add operation from op list of stream event.
This removes the `add` from op list of stream event, as we do not actually generate the stream/add event in the API, and when a stream is created we identify it using the `create` operation. (This was likely just a mistake introduced as a result of the fact that `create` does not fit the normal naming scheme; probably long-term we should actually migrate this to "add", but more important for now is to document what's accurate). Part of #17568.
This commit is contained in:
@@ -935,7 +935,6 @@ paths:
|
|||||||
op:
|
op:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- add
|
|
||||||
- create
|
- create
|
||||||
streams:
|
streams:
|
||||||
type: array
|
type: array
|
||||||
|
|||||||
Reference in New Issue
Block a user