{ "opencollection": "1.0.0", "info": { "name": "Lunchbox Core Customer Service Types API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Types", "type": "folder" }, "items": [ { "info": { "name": "Lunchbox Update Service Types Config", "type": "http" }, "http": { "method": "PUT", "url": "https://{chain_name}.lunchbox.io/api/v2/management/store/:rest_id/service_types/:service_type_id/config", "params": [ { "name": "rest_id", "value": "", "type": "path" }, { "name": "service_type_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lunchbox Update Service Types Config" } ] } ], "bundled": true }