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: メッセージのドメインが見つかりません
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: ユーザーが見つかりません
|
||||
AlreadyExists: 既に存在するユーザーです
|
||||
NotFoundOnOrg: ユーザーが選択した組織内で見つかりません
|
||||
@@ -468,6 +467,7 @@ Errors:
|
||||
CloseRows: SQLステートメントの終了に失敗しました
|
||||
SQLStatement: SQLステートメントの作成に失敗しました
|
||||
InvalidRequest: 無効なリクエストです
|
||||
TooManyNestingLevels: クエリのネスト レベルが多すぎます (最大 20)
|
||||
Quota:
|
||||
AlreadyExists: このユニットにはすでにクォータが存在しています
|
||||
NotFound: このユニットにはクォータが見つかりません
|
||||
|
Reference in New Issue
Block a user