patch https://a.klaviyo.com/api/campaigns//
Update a campaign with the given campaign ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
campaigns:write
Responses
Update a campaign with the given campaign ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
campaigns:write
xxxxxxxxxx
13curl --request PATCH \
--url https://a.klaviyo.com/api/campaigns/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2024-07-15' \
--data '
{
"data": {
"type": "campaign"
}
}
'