diff --git a/rest-api/docs/index.html b/rest-api/docs/index.html index 192338f661..71865fee1a 100644 --- a/rest-api/docs/index.html +++ b/rest-api/docs/index.html @@ -14434,10 +14434,16 @@

Typical API Call Flow for Tenant

" class="sc-iJSMbW sc-cBEgGa fiNpIH bAoMjv">

Divides the selected targets into phases. Set at most one of equal, percentage, or count; omit the whole policy for a single phase covering all targets.

-
object (TaskRunEqualPhases)

Splits targets into phaseCount roughly equal phases.

-
object (TaskRunPercentagePhases)

Splits targets by percentage. Values must sum to 100.

+
object (TaskRunEqualPhases)

Splits targets into up to phaseCount roughly equal phases. Phases that +would contain no selected targets are omitted.

+
object (TaskRunPercentagePhases)

Splits targets by percentage. Values must sum to 100. A configured +phase is omitted when its percentage rounds down to zero selected +targets.

object (TaskRunCountPhases)

Splits targets by explicit counts. A generated final phase covers any remaining targets.

autoAdvance
boolean
Default: false
Typical API Call Flow for Tenant