Skip to main content
PUT
Update name, description, or the entire step timeline of a sequence

Authorizations

Authorization
string
header
required

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

Path Parameters

id
number
required

Body

application/json
name
string
Example:

"Updated Sequence Name"

description
string
Example:

"Updated description"

steps
object[]

Response

200 - undefined