PATCH
/
sequences
/
{sequence_id}
curl --request PATCH \
  --url https://api.open.cx/sequences/{sequence_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "New name"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

sequence_id
string
required

ID or custom ID for the sequence

Body

application/json