Skip to main content
PATCH
/
workflows
/
v1
/
tools
/
{tool_id}
Update Tool
curl --request PATCH \
  --url https://api-qa.interactly.ai/workflows/v1/tools/{tool_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

tool_id
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response