mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
missed these two
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<hr />
|
||||
HTTP Status: <span id="status"></span>
|
||||
<br/>
|
||||
HTTP Respose: <span id="body"></span>
|
||||
HTTP Response: <span id="body"></span>
|
||||
<hr/>
|
||||
<h3>Response Description</h3>
|
||||
<div id="desc"></div>
|
||||
|
||||
@@ -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.<br/>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.<br/>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.<br/>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.<br/>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.<br/>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.<br/>If you did not get a 200 OK, make sure all information entered is correct.";
|
||||
|
||||
Reference in New Issue
Block a user