{ "opencollection": "1.0.0", "info": { "name": "Local Management APIs activations features API", "version": "v1" }, "items": [ { "info": { "name": "features", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the list of features", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/features", "headers": [ { "name": "ProjectUid", "value": "" } ] }, "docs": "Retrieves the list of features" }, { "info": { "name": "Update a feature", "type": "http" }, "http": { "method": "PUT", "url": "https://edge-host-ip:5080/v1/features/:uid", "headers": [ { "name": "ProjectUid", "value": "" } ], "params": [ { "name": "uid", "value": "", "type": "path", "description": "Specify the feature uid" } ] }, "docs": "Update a feature" } ] } ], "bundled": true }