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
Type
HTTP (bearer)

Parameters

Path Parameters

campaignScheduleId*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
  
"count": 0,
  
"endAt": "string",
  
"frequency": "string",
  
"interval": 0,
  
"name": "string",
  
"remediationSettings": {
  
  
"autorun": false
  
},
  
"startAt": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"message": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: