diff --git a/www/api/index.html b/www/api/index.html index b939da7..227be62 100644 --- a/www/api/index.html +++ b/www/api/index.html @@ -107,7 +107,7 @@
HTTP Status:
- HTTP Respose: + HTTP Response:

Response Description

diff --git a/www/api/main.js b/www/api/main.js index 6577a8a..f2af9f7 100644 --- a/www/api/main.js +++ b/www/api/main.js @@ -168,7 +168,7 @@ function sendPayload() { document.getElementById("desc").innerHTML = "If you got a 200 OK, everything is set. Your API Key will be emailed to you within 24 hours.
If you did not get a 200 OK, make sure all information entered is correct."; break; case "delete": - document.getElementById("desc").innerHTML = "If you got a 200 OK, everything is deleted.
If you got a 424 Failed dependancy, this means you need a delete code before you can procede. Running this endpoint without the code provided will generate one and it will be emailed to you within 24 hours.
If you did not get either of these, make sure all information entered is correct."; + document.getElementById("desc").innerHTML = "If you got a 200 OK, everything is deleted.
If you got a 424 Failed dependency, this means you need a delete code before you can proceed. Running this endpoint without the code provided will generate one and it will be emailed to you within 24 hours.
If you did not get either of these, make sure all information entered is correct."; break; case "view": document.getElementById("desc").innerHTML = "If you got a 200 OK, everything is set.
If you did not get a 200 OK, make sure all information entered is correct.";