PATCH /v1/projects/:projectId/ads/:platform/adsets/:adsetId/schedule
Update an adset's start/end time, dayparting.
PATCH
/v1/projects/:projectId/ads/{platform}/adsets/:adsetId/schedulePhase 1stable
- Auth
- Bearer
- Scope
- ads:write:budgets
Updates an adset's run window or dayparting.
Body
Body
startTimestring (ISO 8601, UTC Z)optionalAdset start time.endTimestring (ISO 8601, UTC Z)optionalAdset end time. Must be in the future and after `startTime`.daypartsobject[]optionalOptional dayparting schedule. Each entry: `{ dayOfWeek: 0-6, startMinute, endMinute }`. Platform-native dayparting may be richer; Layers exposes the common subset.
Authority: gated by the tactical axis.