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: 未找到对应的域名
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: 找不到用户
|
||||
AlreadyExists: 用户已存在
|
||||
NotFoundOnOrg: 在所选组织中找不到用户
|
||||
@@ -479,6 +478,7 @@ Errors:
|
||||
CloseRows: SQL 语句无法完成
|
||||
SQLStatement: 无法创建 SQL 语句
|
||||
InvalidRequest: 请求无效
|
||||
TooManyNestingLevels: 查询嵌套级别过多(最多 20 个)
|
||||
Quota:
|
||||
AlreadyExists: 这个单位的配额已经存在
|
||||
NotFound: 没有找到该单位的配额
|
||||
|
Reference in New Issue
Block a user