account | DynamicAccount | Yes | - | Select Meta Ads account, ask the user for it if not provided |
adset_id | string or SelectItem | Yes | - | The ad set to update the schedule for |
start_time | integer | No | - | New start time as Unix timestamp in seconds (UTC). Leave empty to keep current start time. Only editable while the ad set has not started delivering yet. |
end_time | integer | No | - | New end time as Unix timestamp in seconds (UTC). Leave empty to keep current end time. Required for ad sets using a lifetime budget. Must be after start_time. |
clear_end_time | boolean | No | False | Set to true to remove the end time entirely (run the ad set with no end date). Only allowed for ad sets on a daily budget; lifetime-budget ad sets require an end_time. When true, end_time is ignored. |