0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/heavy-badgers-jog.md
2024-06-23 13:47:10 +08:00

416 B

@logto/core
patch

fix OpenAPI schema returned by the GET /api/swagger.json endpoint

  1. The : character is invalid in parameter names, such as organizationId:root. These characters have been replaced with -.
  2. The tenantId parameter of the /api/.well-known/endpoints/{tenantId} route was missing from the generated OpenAPI spec document, resulting in validation errors. This has been fixed.