From 8d3c22a39fb438b65ab33ade41b6829b7072dc0e Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Sat, 26 Apr 2025 23:09:32 -0400 Subject: [PATCH] missed these two --- www/api/index.html | 2 +- www/api/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.";