mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat(api): add possibility to retrieve user schemas (#7614)
This PR extends the user schema service (V3 API) with the possibility to ListUserSchemas and GetUserSchemaByID. The previously started guide is extended to demonstrate how to retrieve the schema(s) and notes the generated revision property.
This commit is contained in:
@@ -471,6 +471,7 @@ Errors:
|
||||
CloseRows: SQL-запрос не удалось завершить
|
||||
SQLStatement: SQL-запрос не может быть создан
|
||||
InvalidRequest: Запрос недействителен
|
||||
TooManyNestingLevels: слишком много уровней вложенности запросов (максимум 20)
|
||||
Quota:
|
||||
AlreadyExists: Квота для данного объекта уже существует
|
||||
NotFound: Квота для данного объекта не найдена
|
||||
|
Reference in New Issue
Block a user