mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
9 lines
416 B
Markdown
9 lines
416 B
Markdown
|
---
|
||
|
"@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.
|