{ "opencollection": "1.0.0", "info": { "name": "LaunchDarkly Relay Proxy Access Tokens Flag Triggers API", "version": "8.0" }, "items": [ { "info": { "name": "Flag Triggers", "type": "folder" }, "items": [ { "info": { "name": "List flag triggers", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8030/flags/:projectKey/:flagKey/triggers/:environmentKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "The project key identifying a LaunchDarkly project." }, { "name": "flagKey", "value": "", "type": "path", "description": "The feature flag key identifying a specific flag." }, { "name": "environmentKey", "value": "", "type": "path", "description": "The environment key identifying a specific environment." } ] }, "docs": "Returns a list of all triggers for the specified feature flag in the given environment." }, { "info": { "name": "Create a flag trigger", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8030/flags/:projectKey/:flagKey/triggers/:environmentKey", "params": [ { "name": "projectKey", "value": "", "type": "path", "description": "The project key identifying a LaunchDarkly project." }, { "name": "flagKey", "value": "", "type": "path", "description": "The feature flag key identifying a specific flag." }, { "name": "environmentKey", "value": "", "type": "path", "description": "The environment key identifying a specific environment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new trigger for the specified feature flag that generates a unique URL for external services to toggle the flag." } ] } ], "bundled": true }