diff --git a/404.html b/404.html index c4084193a..f2a63d907 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
Header Parameters
Body
required
provide below parameter to create contact
Contact created successfully!
Schema
result
contactdetails
{
"code": 200,
"message": "Contact created successfully!",
"result": {
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231"
}
}
Something went wrong, please try again later!
Schema
{
"code": 404,
"message": "Something went wrong, please try again later!"
}
Invalid API Token!
Schema
{
"code": 405,
"message": "Invalid API token!"
}
Contact created successfully!
Schema
result
object
{
"code": 200,
"message": "Contact created successfully!",
"result": {
"objectId": "Phck1hoJ2d"
}
}
Something went wrong, please try again later!
Schema
{
"code": 404,
"message": "Something went wrong, please try again later!"
}
Invalid API Token!
Schema
{
"code": 405,
"message": "Invalid API token!"
}