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: No se encontró el dominio para el mensaje
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: El usuario no pudo encontrarse
|
||||
AlreadyExists: El usuario ya existe
|
||||
NotFoundOnOrg: El usuario no pudo encontrarse en la organización elegida
|
||||
@@ -479,6 +478,7 @@ Errors:
|
||||
CloseRows: La sentencia SQL no pudo finalizarse
|
||||
SQLStatement: La sentencia SQL no pudo crearse
|
||||
InvalidRequest: La solicitud no es válida
|
||||
TooManyNestingLevels: Demasiados niveles de anidamiento de consultas (máximo 20)
|
||||
Quota:
|
||||
AlreadyExists: La cuota ya existe para esta unidad
|
||||
NotFound: Cuota no encontrada para esta unidad
|
||||
|
Reference in New Issue
Block a user