From 6fd64fccc6e5163003707ea9992ddb1dfb9ef376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:07:03 +0000 Subject: [PATCH] deploy: a9e623391b3bf45f479ec108576c64f68d7c6f39 --- 404.html | 2 +- assets/js/8a725248.ba909b7d.js | 1 - assets/js/8a725248.e89d4ca1.js | 1 + .../js/{runtime~main.df94cecd.js => runtime~main.316c4feb.js} | 2 +- blog/archive/index.html | 2 +- blog/first-blog-post/index.html | 2 +- blog/index.html | 2 +- blog/long-blog-post/index.html | 2 +- blog/mdx-blog-post/index.html | 2 +- blog/tags/docusaurus/index.html | 2 +- blog/tags/facebook/index.html | 2 +- blog/tags/hello/index.html | 2 +- blog/tags/hola/index.html | 2 +- blog/tags/index.html | 2 +- blog/welcome/index.html | 2 +- docs/API-docs/contactlist/index.html | 2 +- docs/API-docs/createcontact/index.html | 4 ++-- docs/API-docs/createdocument/index.html | 2 +- docs/API-docs/createtemplate/index.html | 2 +- docs/API-docs/delete-template/index.html | 2 +- docs/API-docs/deletecontact/index.html | 2 +- docs/API-docs/deletedocument/index.html | 2 +- docs/API-docs/get-template/index.html | 2 +- docs/API-docs/get-user/index.html | 2 +- docs/API-docs/getcontact/index.html | 2 +- docs/API-docs/getdocument/index.html | 2 +- docs/API-docs/getdocumentlist/index.html | 2 +- docs/API-docs/gettemplatelist/index.html | 2 +- docs/API-docs/intro/index.html | 2 +- docs/API-docs/opensign-api-v-1/index.html | 2 +- docs/API-docs/update-template/index.html | 2 +- docs/category/tutorial---basics/index.html | 2 +- docs/category/tutorial---extras/index.html | 2 +- docs/contribute/CODE_OF_CONDUCT/index.html | 2 +- docs/contribute/COMMUNITY/index.html | 2 +- docs/contribute/INSTALLATION/index.html | 2 +- docs/contribute/REPORTING_GUIDELINES/index.html | 2 +- docs/contribute/intro/index.html | 2 +- docs/help/New-Document/request-signatures/index.html | 2 +- docs/help/New-Document/sign-yourself/index.html | 2 +- docs/help/intro/index.html | 2 +- docs/intro/index.html | 2 +- docs/self-host/intro/index.html | 2 +- docs/self-host/tutorial-basics/congratulations/index.html | 2 +- docs/self-host/tutorial-basics/create-a-blog-post/index.html | 2 +- docs/self-host/tutorial-basics/create-a-document/index.html | 2 +- docs/self-host/tutorial-basics/create-a-page/index.html | 2 +- docs/self-host/tutorial-basics/deploy-your-site/index.html | 2 +- docs/self-host/tutorial-basics/markdown-features/index.html | 2 +- .../self-host/tutorial-extras/manage-docs-versions/index.html | 2 +- docs/self-host/tutorial-extras/translate-your-site/index.html | 2 +- index.html | 2 +- markdown-page/index.html | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 assets/js/8a725248.ba909b7d.js create mode 100644 assets/js/8a725248.e89d4ca1.js rename assets/js/{runtime~main.df94cecd.js => runtime~main.316c4feb.js} (98%) 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!"
}