curl --request PUT \
--url https://api.tagdeliver.com/v1/publisher/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uid": 123,
"organisation": 123,
"domain": "<string>",
"display_name": "<string>",
"label": "<string>",
"tier": 123,
"config": {
"rss_feed": "<string>",
"dev_cipt": true,
"dpcd": true
},
"date_added": "<string>",
"status": 123,
"tag_version": "<string>",
"target_branch": "<string>",
"iabCategories": "<string>",
"o&o": 123,
"beta": true,
"deploy_freeze": {},
"approval_status": 123,
"third_party_adstxt": "<string>",
"mapping": {
"706": "<string>",
"768": "<string>"
}
}
'