Update Campaign
Campaigns
Update campaign
Updates an existing campaign
PUT
Update Campaign
Documentation Index
Fetch the complete documentation index at: https://docs.kakiyo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the campaign to update
Body
application/json
Campaign properties to update
Required string length:
3 - 100Example:
"Updated Campaign Name"
Required range:
0 <= x <= 100Example:
80
Required range:
0 <= x <= 100Example:
60
Example:
{
"companyValue": "Updated value proposition",
"painPoint": "Updated pain point",
"benefit": "Updated benefit statement"
}Last modified on January 28, 2026

