{ "opencollection": "1.0.0", "info": { "name": "Brightcove Analytics API Reference Access Tokens Delivery Rule Conditions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Delivery Rule Conditions", "type": "folder" }, "items": [ { "info": { "name": "Fetch the Conditions for the account", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/conditions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the Conditions defined for an account" }, { "info": { "name": "Update the Conditions", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.api.brightcove.com/accounts/:{account_id}/conditions", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Video Cloud account id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.brightcove.com/v4/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update the Conditions" } ] } ], "bundled": true }