{ "opencollection": "1.0.0", "info": { "name": "Bitmovin Encoding Config Notifications API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Mute Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.bitmovin.com/v1/notifications/:notification_id/mute", "params": [ { "name": "notification_id", "value": "", "type": "path", "description": "Id of the notification" } ] }, "docs": "Mute Notification" }, { "info": { "name": "Unmute Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.bitmovin.com/v1/notifications/:notification_id/unmute", "params": [ { "name": "notification_id", "value": "", "type": "path", "description": "Id of the notification" } ] }, "docs": "Unmute Notification" } ] } ], "bundled": true }