Campaigns
Update a campaign
Partially updates a campaign. Only the fields you include are modified.
patch/v2/campaigns/{campaign_id}
Request body
Response
Updated campaign.
Example response
{
"time_start": "09:00",
"time_end": "17:00",
"timezone": "America/New_York"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.