{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api Switch Feature API", "version": "version" }, "items": [ { "info": { "name": "Switch Feature", "type": "folder" }, "items": [ { "info": { "name": "Get Switch Features", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/switch_feature/", "params": [ { "name": "switch_feature_ids", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Get Switch Features" }, { "info": { "name": "Create Switch Feature", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/switch_feature/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Create Switch Feature" }, { "info": { "name": "Bulk Delete Switch Features", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/switch_feature/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Bulk Delete Switch Features" }, { "info": { "name": "Bulk Update Switch Features", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/switch_feature/update_bulk_switch_feature", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Bulk Update Switch Features" } ] } ], "bundled": true }