/
Post consumer config
This endpoint allows you to edit your entire config directly instead of in pieces as you see fit. You can take the output of /consumers/{name} and POST it back here and any changes will be updated
POST
curl -i -X POST \
'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}'Response
{ "DropZeroUID": false, "DropExchangeUID": false, "DropBody": false, "Filters": { "X-Mm-Exch-Id": [ … ] }, "SampleSettings": { "Disabled": true, "SampleRate": 1 }, "AwsSettings": { "Regions": { … }, "Buckets": { … }, "ASE256ServerSideEncryption": false } }