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

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.