Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scenarioId
string
required

The ID of the scenario to update

Body

application/json

Input for updating an existing scenario

stepChanges
(CreateStepChange · object | UpdateStepChange · object | DeleteStepChange · object)[]
required

List of step changes to apply to the scenario

Create a new step in the scenario

name
string

New name for the scenario (updates the START node content)

Minimum string length: 1

Response

The updated scenario

data
object
required