0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: add changeset

This commit is contained in:
Gao Sun 2023-11-12 00:27:08 +08:00
parent 49aabe0290
commit bbe7f0b8e2
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -0,0 +1,9 @@
---
"@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`.