zulip/zerver
shanukun a4cb264885 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.
2021-03-22 23:44:56 -07:00
..
data_import import/export: Fix deprecated authentication method for Slack. 2021-03-08 12:56:37 -08:00
lib message: Record whether unread_msgs data is truncated. 2021-03-21 19:48:13 -07:00
management python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
migrations display_settings: Allow user to set default_view. 2021-03-11 18:09:08 -08:00
openapi openapi: Remove add operation from op list of stream event. 2021-03-22 23:44:56 -07:00
templatetags python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests models: Make get_human_admin_users optionally not return realm owners. 2021-03-22 18:10:03 -07:00
tornado docs: Add a document explaining email/push notifications. 2021-03-05 15:24:25 -08:00
views api: Support user_id in get_user_presence_endpoint. 2021-03-11 20:14:04 -08:00
webhooks sentry: Do not assume context lines exist in stacktrace. 2021-03-22 12:16:10 -07:00
worker invites: Delete old compat code in the invites queue worker. 2021-02-26 08:26:43 -08:00
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
decorator.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
logging_handlers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
middleware.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
models.py models: Make get_human_admin_users optionally not return realm owners. 2021-03-22 18:10:03 -07:00
signals.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00