zulip/zerver/openapi
Mateusz Mandera 77e7a2d30f users: Add API endpoint to update_user_backend by real email.
The old endpoint for updating a user worked only via user id. Now we add
a different entry to this functionality, fetching the user by
.delivery_email.

update_user_backend becomes the main function handling all the logic,
invoked by the two endpoints.
2024-10-22 16:36:38 -07:00
..
__init__.py openapi: Add missing __init__.py; fix type errors hidden by its absence. 2021-07-05 12:20:39 -07:00
curl_param_value_generators.py users: Add API endpoint to update_user_backend by real email. 2024-10-22 16:36:38 -07:00
javascript_examples.js api-docs: Update comments in javascript usage examples for channel. 2024-05-20 11:27:03 -07:00
javascript_examples.py python: Simplify with str.removeprefix, str.removesuffix. 2024-09-03 12:30:16 -07:00
markdown_extension.py python: Simplify with str.removeprefix, str.removesuffix. 2024-09-03 12:30:16 -07:00
openapi.py python: Simplify with str.removeprefix, str.removesuffix. 2024-09-03 12:30:16 -07:00
python_examples.py saved_snippets: Add backend for saved snippets. 2024-09-24 15:27:58 -07:00
test_curl_examples.py models: Replace realm.uri with realm.url. 2024-05-08 11:12:43 -07:00
testing.yaml test_openapi: Make testing.yml a full conformant specification. 2022-01-13 14:34:11 -08:00
zulip.yaml users: Add API endpoint to update_user_backend by real email. 2024-10-22 16:36:38 -07:00