mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27: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:
@@ -60,7 +60,6 @@ Errors:
|
||||
Notification:
|
||||
NoDomain: Не е пронајден домен за пораката
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: Корисникот не е пронајден
|
||||
AlreadyExists: Корисникот веќе постои
|
||||
NotFoundOnOrg: Корисникот не е пронајден во избраната организација
|
||||
@@ -478,6 +477,7 @@ Errors:
|
||||
CloseRows: SQL наредбата не може да се заврши
|
||||
SQLStatement: SQL наредбата не може да се креира
|
||||
InvalidRequest: Барањето е невалидно
|
||||
TooManyNestingLevels: Премногу нивоа на вгнездување на барања (макс 20)
|
||||
Quota:
|
||||
AlreadyExists: Веќе постои квота за оваа единица
|
||||
NotFound: Квотата не е пронајдена за оваа единица
|
||||
|
Reference in New Issue
Block a user