{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents failure-flags.apps API", "version": "1.0" }, "items": [ { "info": { "name": "failure-flags.apps", "type": "folder" }, "items": [ { "info": { "name": "Get Application by name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/failure-flags/apps/:name", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`EXPERIMENTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "List Applications by team.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/failure-flags/apps", "params": [ { "name": "onlyWithMetricsEnabled", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`EXPERIMENTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Protect Application by name.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/failure-flags/apps/:name/protect", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`EXPERIMENTS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Unprotect Application by name.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/failure-flags/apps/:name/unprotect", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`EXPERIMENTS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }