{ "opencollection": "1.0.0", "info": { "name": "Helpcenter SkillConfiguration API", "version": "1.0.0" }, "items": [ { "info": { "name": "SkillConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Get Skill Configuration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/skillConfiguration", "params": [ { "name": "departmentId", "value": "", "type": "query", "description": "Department Id" } ] }, "docs": "This API gets Configuration of Skill in a Department" }, { "info": { "name": "Update Skill Configuration", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/skillConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "This API updates Configuration of Skill in a Department" } ] } ], "bundled": true }