diff --git a/api/identity/definitions/request_email_validation.yaml b/api/identity/definitions/request_email_validation.yaml index 197ea6be..fa160760 100644 --- a/api/identity/definitions/request_email_validation.yaml +++ b/api/identity/definitions/request_email_validation.yaml @@ -41,6 +41,6 @@ properties: type: string description: |- Optional. When the validation is completed, the identity - service will redirect the user to this URL. + server will redirect the user to this URL. example: "https://example.org/congratulations.html" required: ["client_secret", "email", "send_attempt"] diff --git a/api/identity/definitions/request_msisdn_validation.yaml b/api/identity/definitions/request_msisdn_validation.yaml index 1d6dc82b..ab3dee4a 100644 --- a/api/identity/definitions/request_msisdn_validation.yaml +++ b/api/identity/definitions/request_msisdn_validation.yaml @@ -48,6 +48,6 @@ properties: type: string description: |- Optional. When the validation is completed, the identity - service will redirect the user to this URL. + server will redirect the user to this URL. example: "https://example.org/congratulations.html" required: ["client_secret", "country", "phone_number", "send_attempt"]