API reference
V2Sequence Agents

Update sequence agent

Updates an existing sequence agent.

PATCH
/api/v2/agents/{id}

Updates an existing sequence agent.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v2/agents/string"
{  "status": "ok",  "data": {}}