Set Campaign Template Schedule
PUT {{baseUrl}}/campaign-templates/:id/schedule
Use this API to set the schedule for a certification campaign template. If a schedule already exists, the API overwrites it with the new one.
Request Body
{"type"=>"MONTHLY", "hours"=>{"type"=>"LIST", "values"=>["17"]}, "days"=>{"type"=>"LIST", "values"=>["15"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |