0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00
logto/.changeset/warm-tips-attack.md
2023-11-12 00:27:08 +08:00

9 lines
257 B
Markdown

---
"@logto/core": patch
---
refactored swagger json api
- reuse parameter definitions, which reduces the size of the swagger response.
- tags are now in sentence case.
- path parameters now follow the swagger convention, using `{foo}` instead of `:foo`.