Update Website Articles Window
Description
You can use this API to update the articles in your website.
URL
Copiedhttps://salesiq.zoho.com/api/v2/{screen name}/apps/{app id}/website/components/faqExample
Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/apps/32180000000014001/website/components/faqPayload
Copied{
"use_default_color": "true",
"dislike_response": "We're sorry that the article doesn't help you! we will try improvising it.",
"color": "#238de8",
"theme": "2",
"like_response": "Thank you for your feedback, we're happy that the article satisfied your need.",
"categorize": {
"order": [
"department",
"category"
],
"is_enabled": "false"
},
"title": "Title",
"show_company_logo": "true",
"size": "medium"
}Success Response
Copied{
"url": "/api/v2/zylker-inc/apps/51841000003484047/website/components/faq",
"object": "faqwindow",
"data": {
"use_default_color": "true",
"dislike_response": "We're sorry that the article doesn't help you! we will try improvising it.",
"modified_time": "1525712221348",
"color": "#238de8",
"theme": "2",
"like_response": "Thank you for your feedback, we're happy that the article satisfied your need.",
"categorize": {
"order": [
"department",
"category"
],
"is_enabled": "false"
},
"title": "Title",
"show_company_logo": "true",
"size": "medium"
}
}