cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID or custom ID for the sequence
Was this page helpful?