fix: remove email validation for SearchUsers v2beta/users (#7855)

fix: remove email validation + homogeneous requirements
This commit is contained in:
Miguel Cabrerizo
2024-04-26 16:00:47 +02:00
committed by GitHub
parent 4f3564e4e9
commit 2254434692
4 changed files with 6 additions and 7 deletions

View File

@@ -311,7 +311,7 @@ message EmailQuery {
string email_address = 1 [
(validate.rules).string = {max_len: 200},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
description: "email address of the user. (spec: https://tools.ietf.org/html/rfc2822#section-3.4.1)"
description: "email address of the user"
max_length: 200;
example: "\"gigi@zitadel.com\"";
}