Appearance
Update a scheduled campaign run.
PATCH
/backend/v1/campaign-schedules/{campaignScheduleId}
Updates a scheduled campaign run.
You can modify the interval time, start time, end time, frequency, number of occurrences, and name.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
campaignScheduleId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"count": "string",
"endAt": "string",
"frequency": "string",
"interval": "string",
"name": "string",
"startAt": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}