mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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.
5.8 KiB
5.8 KiB