{ "opencollection": "1.0.0", "info": { "name": "Helpcenter KBSection API", "version": "1.0.0" }, "items": [ { "info": { "name": "KBSection", "type": "folder" }, "items": [ { "info": { "name": "Create a KB section", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/kbSections", "body": { "type": "json", "data": "{}" } }, "docs": "This API creates a section in your helpdesk" }, { "info": { "name": "Get a KB section", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/kbSections/:sectionId", "params": [ { "name": "sectionId", "value": "", "type": "path" } ] }, "docs": "This API fetches a section in your helpdesk" }, { "info": { "name": "Update a KB section", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/kbSections/:sectionId", "params": [ { "name": "sectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates a section in your helpdesk" } ] } ], "bundled": true }