mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 08:00:25 +00:00
feat: ResetPassword endpoint
This commit is contained in:
@@ -1540,6 +1540,16 @@ message RemoveUsernameRequest {
|
||||
example: "\"69629026806489455\"";
|
||||
}
|
||||
];
|
||||
// unique identifier of the username.
|
||||
string username_id = 4 [
|
||||
(validate.rules).string = {min_len: 1, max_len: 200},
|
||||
(google.api.field_behavior) = REQUIRED,
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
min_length: 1,
|
||||
max_length: 200,
|
||||
example: "\"69629023906488334\"";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
message RemoveUsernameResponse {
|
||||
|
Reference in New Issue
Block a user