fix: merge back origin/main

This commit is contained in:
Stefan Benz
2024-09-25 17:00:51 +02:00
72 changed files with 5139 additions and 759 deletions

View File

@@ -1416,7 +1416,7 @@ message SetContactPhoneRequest {
message SetContactPhoneResponse {
zitadel.resources.object.v3alpha.Details details = 1;
// The phone verification code will be set if a contact phone was set with a return_code verification option.
optional string email_code = 3 [
optional string verification_code = 3 [
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
example: "\"SKJd342k\"";
}