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: Geen domein gevonden voor bericht
|
||||
User:
|
||||
TooManyNestingLevels: Te veel query nesting niveaus (Max 20).
|
||||
NotFound: Gebruiker kon niet worden gevonden
|
||||
AlreadyExists: Gebruiker bestaat al
|
||||
NotFoundOnOrg: Gebruiker kon niet worden gevonden op gekozen organisatie
|
||||
@@ -479,6 +478,7 @@ Errors:
|
||||
CloseRows: SQL Statement kon niet worden voltooid
|
||||
SQLStatement: SQL Statement kon niet worden gemaakt
|
||||
InvalidRequest: Verzoek is ongeldig
|
||||
TooManyNestingLevels: Te veel query nesting niveaus (Max 20)
|
||||
Quota:
|
||||
AlreadyExists: Quota bestaat al voor deze eenheid
|
||||
NotFound: Quota niet gevonden voor deze eenheid
|
||||
|
Reference in New Issue
Block a user