{ "opencollection": "1.0.0", "info": { "name": "Helpcenter RoutingPreference API", "version": "1.0.0" }, "items": [ { "info": { "name": "RoutingPreference", "type": "folder" }, "items": [ { "info": { "name": "Get Routing Preferences", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/routingPreferences", "params": [ { "name": "departmentId", "value": "", "type": "query", "description": "Department Id" } ] }, "docs": "This API is used to Get the Routing Preferences for a Department" }, { "info": { "name": "Update Routing Preferences", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/routingPreferences", "body": { "type": "json", "data": "{}" } }, "docs": "This API is used to Update the Routing Preferences for a Department" } ] } ], "bundled": true }