mirror of https://github.com/zulip/zulip.git
62e17c987f
Creates an IncompatibleParametersError to be used in cases where there are two (or more) optional parameters for an endpoint that are incompatible with each other, e.g. there's a parameter for a user name and a user ID but only one should be sent in the request to identify the user. Documents the error on the /api/rest-error-handling article. Updates the PATCH users/me/subscriptions/muted_topics endpoint to use this error when both the stream and stream_id parameters are passed (note this endpoint is currently deprecated). |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
models | ||
openapi | ||
tests | ||
tornado | ||
transaction_tests | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
signals.py |