v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Steps

Enable step variants

<small>Requires the sequences:operate scope (or a broader one that includes it).</small>

Enables the specified variants on a sequence step. Variants are toggled independently — failures are reported per variantId in the response without aborting the whole call.

post/v3/sequences/{id}/steps/{step_id}/enable

Path parameters

idinteger required

Sequence Id

step_idinteger required

Step Id

Request body

variantIdsinteger[] required

List of variant IDs to enable

Response

Dictionary keyed by variant ID. Only failed items appear; items not in the dictionary succeeded.

Possible per-item error codes:

Error codeMeaning
invalidInputVariant id is not valid for this step
unsupportedOperationStep type does not support enabling/disabling variants
object required