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

Update a skill

Update a specific AI skill 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
skill_idstringRequired

The unique identifier (UUID) of the skill

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Updated skill

descriptionstringOptional
skillstringOptional
titlestringOptional
Responses
200

The updated skill

application/json

A single AI skill

channelstring · enumRequiredPossible values:
created_atintegerOptional
descriptionstringOptional
idstringRequiredExample: 1234567890
skillstringRequired
titlestringOptional
put/agent_config/skills/{skill_id}

Last updated

Was this helpful?