For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update a connector tool

Update a specific tool by its ID.

put
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
connector_idstringRequired

The unique identifier of the parent connector

tool_idstringRequired

The unique identifier of the tool

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Updated tool

descriptionstringRequired
namestringRequired
user_auth_requiredbooleanRequired
Responses
200

The updated tool

application/json

A single connector tool

descriptionstringRequired
idstringRequiredExample: 1234567890
namestringRequired
user_auth_requiredbooleanRequired
put/agent_connectors/{connector_id}/tools/{tool_id}

Last updated

Was this helpful?