{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center tessell-service-option-profile API", "version": "1.0" }, "items": [ { "info": { "name": "tessell-service-option-profile", "type": "folder" }, "items": [ { "info": { "name": "Update the option profiles for a service", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/services/:service-id/options-profiles/update", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the option profiles for a service" }, { "info": { "name": "get the status of option profile for a given service", "type": "http" }, "http": { "method": "GET", "url": "{server}/services/:serviceId/option-profile/status", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "service ID for which you need to check option profile status" } ] }, "docs": "get the status of option profile for a given service" } ] } ], "bundled": true }