Adds a duration parameter for schedule phases
What’s new
We introduced a new way to specify the length of a subscription schedule phase using the duration
parameter to support mixed interval subscriptions. You can now define time-based durations for subscription schedule phases by length and interval type: day
, week
, month
, year
.
The iterations
parameter is now marked as deprecated as duration
replaces its functionality.
Impact
You can now set the duration of a subscription schedule phase directly using the duration
parameter in these following API endpoints:
Use duration
instead of iterations
to create or update mixed interval subscription schedules.