mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47: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: Aucun domaine trouvé pour le message
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: L'utilisateur n'a pas été trouvé
|
||||
AlreadyExists: L'utilisateur existe déjà
|
||||
NotFoundOnOrg: L'utilisateur n'a pas été trouvé dans l'organisation choisie
|
||||
@@ -479,6 +478,7 @@ Errors:
|
||||
CloseRows: L'instruction SQL n'a pas pu être terminée
|
||||
SQLStatement: L'instruction SQL n'a pas pu être créée
|
||||
InvalidRequest: La requête n'est pas valide
|
||||
TooManyNestingLevels: Trop de niveaux d'imbrication de requêtes (maximum 20)
|
||||
Quota:
|
||||
AlreadyExists: Contingent existe déjà pour cette unité
|
||||
NotFound: Contingent non trouvé pour cette unité
|
||||
|
Reference in New Issue
Block a user