Skip to content

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
Required
formatuuid

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"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: