mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
9 lines
257 B
Markdown
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`.
|