/
Update Settings for an Or...
Update settings for an organization
Security
Auth0(Required scopes: offline_accessmanage:services)
POST
curl -i -X POST \
'https://api.mediamath.com/api/v3.0/organizations/{organization_id}/settings' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"settings": [
{
"key": "attribute3",
"value": "value3"
}
]
}'Response
{ "data": { "settings": [ … ], "entity": { … } }, "meta": { "status": "success" } }