Update
Update a sequence branch.
Update
PUT
https://{{account_id}}.acquire.io/api/v1/bot/seq/branch/{{id}}
Update a sequence branch. The branch ID must be passed into the endpoint as a path parameter and into the body as "id".
Path Parameters
Name | Type | Description |
---|---|---|
id* | integer | The ID of the branch you'd like to update |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{api_key}} |
Request Body
Name | Type | Description |
---|---|---|
title* | string | The title of the branch |
data* | object | Data object |
id* | integer | The ID of the branch you'd like to update |
Body(raw)
Last updated