createSchedule
POST
/api/v1/schedules
const url = 'https://example.com/api/v1/schedules';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/schedulesThe request contains exactly one of playlistId, layoutId, or displayAction. Display Control actions use the closed typed command registry; display_probe is not schedulable.
Responses
Section titled “ Responses ”Validated schedule created
Schedule or target validation failed