Update API tool
Update API tool
Changes an existing API tool in place. The response carries only a confirmation message, so refetch the API tool to read its new values.
PATCH
Update API tool
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the tool to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
- Option 1
- Option 2
- Option 3
Available options:
get, put, post, patch, delete A description of what the API tool does, used by the agent to decide when to call it.
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.
A human-readable message confirming the update.