List a promotion's version timeline
Returns all versions for a promotion ordered by effective_from. Active and scheduled versions are returned by default; pass include=all to include drafts and archived versions.
path Parameters
idPromotion UUID
query Parameters
includeSet to 'all' to include draft and archived versions
List a promotion's version timeline › Responses
Versions list wrapped in envelope
Cancel a scheduled or draft promotion version
Archives the version and stamps cancelled_at so it never goes active. Cancellation is only available before the version has been applied.
path Parameters
idPromotion UUID
vidVersion UUID
Cancel a scheduled or draft promotion version › Responses
Cancelled version envelope
Reconfirm a stale promotion version
Clears warnings on a scheduled version after the operator has acknowledged that an upstream change does not invalidate the scheduled payload. Use PUT to amend the payload itself.
path Parameters
idPromotion UUID
vidVersion UUID
Reconfirm a stale promotion version › Responses
Reconfirmed version envelope
Unschedule a pending promotion version
Reverts a scheduled version back to draft, clearing effective_from so it leaves the timeline. Only callable while the version has not yet been applied.
path Parameters
idPromotion UUID
vidVersion UUID
Unschedule a pending promotion version › Responses
Updated version envelope