{
"creatives": [
{
"name": "string",
"status": 1,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"freq_cap_duration": 1,
"freq_cap_value": 1,
"rotation_weight": 1,
"click_through_url": "http://example.com",
"third_party_placement_id": "string",
"id": 0
}
]
}curl --location --request PATCH 'https://api-public.groundtruth.com/creatives?tenant_id=undefined&campaign_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"creatives": [
{
"name": "string",
"status": 1,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"freq_cap_duration": 1,
"freq_cap_value": 1,
"rotation_weight": 1,
"click_through_url": "http://example.com",
"third_party_placement_id": "string",
"id": 0
}
]
}'{
"success": true
}