There is no excerpt because this is a protected post.
Category: Knowledge Base
Protected: Knowledge Base List Article With Advance Filter
There is no excerpt because this is a protected post.
Update Knowledge Base View Article
URL: v3/api/article/test-article Method: GET Query Parameters Parameter Type Possible Values Required/Optional Description is_comment_enabled boolean 0,1 Required If value is 1 then user can comment on the Article. If value is 0 then user can’t comment on the Article. Response: { “success”: true, “data”: { “article”: { “id”: 80, “name”: “Test Article”, “slug”: “test-article”, “description”: “Test”, […]
Update Knowledge Base Article
URL: v3/article Method: POST Query Parameters Parameter Type Possible Values Required/Optional Description is_comment_enabled boolean 0,1 optional If this field is enabled while creating the Article, then users’s can comment on the Article. If this field disabled then user’s can’t comment on the Article. publish_time datetime Mon, 01 Feb 2021 08:31:39 GMT required If someone published […]
Update Knowledge Base Setting
URL: v3/postsettings Method: POST Query Parameters Parameter Type Possible Values Required/Optional Description is_comment_enabled boolean 0,1 Required If this field is enabled then comment enable/disable toggle will be visible on article’s page. And if this field is disabled then comment enable/disable toggle will not be available on article’s page. Response: { “success”: true, “message”:”Settings saved successfully” } […]