zulip/zerver/openapi
orientor 8ab6182683 fetch_api_key: Return `email` in json_response.
`/api/v1/fetch_api_key`'s response had a key `email` with the user's
delivery email. But its JSON counterpart `/json/fetch_api_key`, which
has a completely different implementation, did not return `email` in
its success response.

So to avoid confusion, the non-API endpoint, `/json/fetch_api_key`
response has been made identical with it's `/api` counterpart by
adding the `email` key. Also it is safe to send as the calling user
will only see their own email.
2020-06-24 15:13:31 -07:00
..
curl_param_value_generators.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
javascript_examples.js js_examples: Migrate and test update_message example. 2020-06-23 14:42:03 -07:00
javascript_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
markdown_extension.py python: Convert more "".format to Python 3.6 f-strings. 2020-06-13 15:39:00 -07:00
openapi.py openapi: Document `delivery_email` property. 2020-06-23 12:30:14 -07:00
python_examples.py api docs: Document GET /messages/matches_narrow endpoint. 2020-06-19 15:28:10 -07:00
test_curl_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
testing.yaml openapi: Fix validate_against_openapi_schema nested object validation. 2020-06-20 13:23:39 -07:00
zulip.yaml fetch_api_key: Return `email` in json_response. 2020-06-24 15:13:31 -07:00