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:
@@ -60,7 +60,6 @@ Errors:
|
||||
Notification:
|
||||
NoDomain: Nie znaleziono domeny dla wiadomości
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: Nie znaleziono użytkownika
|
||||
AlreadyExists: Użytkownik już istnieje
|
||||
NotFoundOnOrg: Użytkownik nie został znaleziony w wybranej organizacji
|
||||
@@ -479,6 +478,7 @@ Errors:
|
||||
CloseRows: Instrukcja SQL nie mogła zostać zakończona
|
||||
SQLStatement: Instrukcja SQL nie mogła zostać utworzona
|
||||
InvalidRequest: Żądanie jest nieprawidłowe
|
||||
TooManyNestingLevels: Zbyt wiele poziomów zagnieżdżenia zapytań (maks. 20)
|
||||
Quota:
|
||||
AlreadyExists: Limit już istnieje dla tej jednostki
|
||||
NotFound: Nie znaleziono limitu dla tej jednostki
|
||||
|
Reference in New Issue
Block a user