From 367efdffdc53d40316305505fe50f453e2838dd1 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 15:28:07 +0300 Subject: [PATCH] Updated changeValidationEmail (markdown) --- changeValidationEmail.md | 55 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/changeValidationEmail.md b/changeValidationEmail.md index f7d843e..6a2cfa3 100644 --- a/changeValidationEmail.md +++ b/changeValidationEmail.md @@ -1 +1,54 @@ -fgh \ No newline at end of file +URL: /orders/ssl/change_validation_email/ +Request type: POST +Overview +This method can be used for one of the following purposes: + In case if email DCV method is already used this method can change the current DCV email +address. + Another usage option is changing of the current DCV method. +Request parameters + auth_key - authentication key returned by “auth” method + order_id - unique order ID + approver_email – in case if email DCV method is supposed to be used, provide an approver +email address in this field. In case if email DCV method is already used, you can change current +approver email address by providing another address in this field. In case of non-email DCV +method please specified a desired method in this field using one of the following values: 'http', +'https', 'dns'. +Response +If no errors in request following parameters will be returned for each of the DCV methods +respectively: +E-mail: + dcv_method – 'email' + approver_email – Approver email address + +**HTTP:** +[validation] => Array
+  (
+    [http] => Array
+      (
+        [link] => http://example.com/851BF1CD669B199EB7C45666FF9784CA.txt
+        [filename] => 851BF1CD669B199EB7C45666FF9784CA.txt
+        [content] => C64D68CACBDFEBCB924B00D008820C0CA800627Acomodoca.com
+      )
+  )
+ +**HTTPS:** +[validation] => Array
+  (
+    [http] => Array
+      (
+        [link] => https://example.com/851BF1CD669B199EB7C45666FF9784CA.txt
+        [filename] => 851BF1CD669B199EB7C45666FF9784CA.txt
+        [content] => C64D68CACBDFEBCB924B00D008820C0CA800627Acomodoca.com
+      )
+  )
+ +**DNS:** + +[validation] => Array + ( + [dns] => Array + ( + [record] => 851BF1CD669B199EB7C45666FF9784CA.example.com. CNAME +C64D68CACBDFEBCB924B00D008820C0CA800627A.comodoca.com. + ) + ) \ No newline at end of file