diff --git a/404.html b/404.html index 22f97eb87..c4084193a 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
Header Parameters
Body
successful operation
Schema
Array [
]
[
{
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231"
}
]
Invalid API Token!
Schema
{
"code": 405,
"message": "Invalid API token!"
}
successful operation
Schema
result
contactdetails[]
Array [
]
{
"code": 200,
"result": [
{
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231"
}
]
}
Invalid API Token!
Schema
{
"code": 405,
"message": "Invalid API token!"
}