From 082e99c4168adbeada30516c6bc42c42749dad1e Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:16:25 +0300 Subject: [PATCH] Updated changeValidationEmail (markdown) --- changeValidationEmail.md | 59 ++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/changeValidationEmail.md b/changeValidationEmail.md index c49ff74..6342c73 100644 --- a/changeValidationEmail.md +++ b/changeValidationEmail.md @@ -1,14 +1,14 @@ URL: /orders/ssl/change_validation_email/
Request type: POST -**Overview** +### 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 +### Request parameters +* auth_key - authentication key returned by :link:[auth](https://github.com/gogetssl/api/wiki/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 @@ -25,34 +25,33 @@ respectively: * approver_email – Approver email address **HTTP:** -[validation] => Array
-  (
-    [http] => Array
-      (
-        [link] => http://example.com/851BF1CD669B199EB7C45666FF9784CA.txt
-        [filename] => 851BF1CD669B199EB7C45666FF9784CA.txt
-        [content] => C64D68CACBDFEBCB924B00D008820C0CA800627Acomodoca.com
-      )
-  )
+```json +{ + "http": { + "link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt", + "filename": "37D0C93EE263FF9EEEA799215A9C3225.txt", + "content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM\r\nt0827792001533920169" + } +} +``` **HTTPS:** -[validation] => Array
-  (
-    [http] => Array
-      (
-        [link] => https://example.com/851BF1CD669B199EB7C45666FF9784CA.txt
-        [filename] => 851BF1CD669B199EB7C45666FF9784CA.txt
-        [content] => C64D68CACBDFEBCB924B00D008820C0CA800627Acomodoca.com
-      )
-  )
+```json +{ + "https": { + "link": "http:\/\/domain.tld\/.well-known\/pki-validation\/37D0C93EE263FF9EEEA799215A9C3225.txt", + "filename": "37D0C93EE263FF9EEEA799215A9C3225.txt", + "content": "D30C576BF9EB30A75211CB799848EE5CABFCE3D8EE13212A57C9B7E42EF9BAA2\r\nCOMODOCA.COM\r\nt0827792001533920169" + } +} +``` **DNS:** - -[validation] => Array - ( - [dns] => Array - ( - [record] => 851BF1CD669B199EB7C45666FF9784CA.example.com. CNAME -C64D68CACBDFEBCB924B00D008820C0CA800627A.comodoca.com. - ) - ) \ No newline at end of file +```json +{ + "dns": { + "record": "_37D0C93EE263FF9EEEA799215A9C3225.demo.gogetssl.com CNAME +d30c576bf9eb30a75211cb799848ee5c.abfce3d8ee13212a57c9b7e42ef9baa2.t0837512001533895392.comodoca.com" + } +} +``` \ No newline at end of file