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:
parent
aac7a7bcf8
commit
e72e927bb1
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue