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:
shanukun
2021-03-14 05:13:50 +05:30
committed by Tim Abbott
parent d22a61443e
commit a4cb264885

View File

@@ -935,7 +935,6 @@ paths:
op: op:
type: string type: string
enum: enum:
- add
- create - create
streams: streams:
type: array type: array