Bearer token for authentication (e.g., Bearer <your_token>).
Path Parameters
The Campaign Id to update details for (e.g., camp_abc123).
Body Parameters
The name of the campaign.
A brief description of the campaign’s purpose.
The type of campaign (e.g., emi, edi, lead).
Start date in YYYY-MM-DD format.
Start time in HH:MM format (24-hour).
End date in YYYY-MM-DD format.
End time in HH:MM format (24-hour).
List of languages supported in this campaign.
hindi
english
bengali
telugu
marathi
tamil
gujarati
kannada
malayalam
punjabi
odia
assamese
Target region for the campaign.
north
south
east
west
central
Tags for categorization (e.g., ["priority", "revised"]).
Response
Indicates if the update was successful.
The ID of the updated campaign.
The error type or code (Error responses only).
{
"success": true,
"message": "Campaign updated successfully",
"updatedFields": [
"name", ...
]
}