zulip/zerver/openapi
Suyash Vardhan Mathur 309f4ba145 openapi: Make endpoint operationId dash-separated.
The operationId is directly used in URLs of API doc pages
to find the OpenAPI data to render. However, this is dash-
separated in the URLs, and having underscore_separated IDs
in OpenAPI data doesn't allow direct comparison of the two.

This commit changes all OperationIDs from underscore_separated
to dash-separated.
2021-07-13 16:46:22 -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 populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
javascript_examples.js eslint: Fix unicorn/no-new-array. 2021-01-25 14:53:19 -08:00
javascript_examples.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
markdown_extension.py openapi: Render all responses of an operation. 2021-07-13 08:33:43 -07:00
openapi.py openapi: Render all responses of an operation. 2021-07-13 08:33:43 -07:00
python_examples.py python_examples: Use ensure_users where appropriate. 2021-07-13 08:24:06 -07:00
test_curl_examples.py openapi: Make endpoint operationId dash-separated. 2021-07-13 16:46:22 -07:00
testing.yaml openapi: Add missing object types. 2020-08-12 16:11:29 -07:00
zulip.yaml openapi: Make endpoint operationId dash-separated. 2021-07-13 16:46:22 -07:00