0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

chore: add todo

This commit is contained in:
Darcy Ye 2024-03-20 13:31:36 +08:00
parent aac7a7bcf8
commit e72e927bb1
No known key found for this signature in database
GPG key ID: B46F4C07EDEFC610

View file

@ -310,6 +310,8 @@ export default function logtoConfigRoutes<T extends AuthedRouter>(
]),
response: jsonObjectGuard,
/**
* TODO (LOG-8450): Add this path to openapi.json file, since now the swagger.json can not automatically adapt the path validation for OSS version.
*
* Code 400 indicates Zod errors in cloud service (data type does not match expectation, can be either request body or response body).
* Code 422 indicates syntax errors in cloud service.
* Code 500 indicates internal server errors in cloud service.