Skip to main content
PATCH
Update API tool

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

toolID
string
required

The ID of the tool to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
url
string · object · object · object · object · object[] | null
name
string
body
object
headers
object[]
settings
object | null
httpMethod
enum<string>
Available options:
get,
put,
post,
patch,
delete
description
string | null

A description of what the API tool does, used by the agent to decide when to call it.

queryParameters
object[]

Response

200 - application/json

Confirms the API tool was updated. The response carries a message only, not the revised tool, so fetch the API tool again to read back the request it now sends.

message
string
required

A human-readable message confirming the update.