API reference
V2Sequence Agent Tools

Update sequence agent tool

Updates an existing sequence agent tool.

PATCH
/api/v2/agent_tools/{id}

Updates an existing sequence agent tool.

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/agent_tools/string"
{  "status": "ok",  "data": {}}