{ "opencollection": "1.0.0", "info": { "name": "Helpcenter SharingRule API", "version": "1.0.0" }, "items": [ { "info": { "name": "SharingRule", "type": "folder" }, "items": [ { "info": { "name": "Get data sharing rules", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/dataSharingRules" }, "docs": "This API fetches the different data sharing rules configured in your help desk portal." }, { "info": { "name": "Update data sharing rules", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/dataSharingRules", "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the data sharing rules configured in your help desk portal." } ] } ], "bundled": true }