Change validation method to txt as in the CF API documentation + change response json file

This commit is contained in:
Jens Beltofte
2019-09-12 15:10:22 +02:00
parent 58ba140930
commit 1211b644e0
2 changed files with 6 additions and 3 deletions

View File

@@ -2,5 +2,8 @@
"success": true,
"errors": [],
"messages": [],
"result": "off"
"result": {
"validation_method": "txt",
"status": "pending_validation"
}
}