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

Update an FAQ

Update a specific FAQ entry 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
faq_idstringRequired

The unique identifier of the FAQ entry

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Updated FAQ entry

answerstringRequired
questionstringRequired
Responses
200

The updated FAQ entry

application/json

A single FAQ entry

answerstringRequired
created_atintegerOptional
idstringRequiredExample: 1234567890
questionstringRequired
put/agent_config/faq/{faq_id}

Last updated

Was this helpful?