mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
fix: add preferred login name of editor to changes (#1847)
* fix: add preferred login name of editor to changes * proto linting
This commit is contained in:
@@ -39,6 +39,12 @@ message Change {
|
||||
example: "\"69629023906488334\"";
|
||||
}
|
||||
];
|
||||
string editor_preferred_login_name = 7 [
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
description: "the preferred login name of the editor";
|
||||
example: "\"gigi@acme.zitadel.ch\"";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
message ChangeQuery {
|
||||
|
Reference in New Issue
Block a user