mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
257 B
257 B
@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
.