mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
416 B
416 B
@logto/core |
---|
patch |
fix OpenAPI schema returned by the GET /api/swagger.json
endpoint
- The
:
character is invalid in parameter names, such asorganizationId:root
. These characters have been replaced with-
. - 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.