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

Update a knowledge website

Update a specific website crawl 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
website_idstringRequired

The unique identifier of the website crawl entry

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Updated website

urlstringRequiredExample: https://example.com
Responses
200

The updated website crawl entry

application/json

A single website crawl entry

crawl_statusstringOptional
created_atintegerOptional
idstringRequiredExample: 1234567890
last_crawled_atintegerOptional
pages_crawledintegerOptional
urlstringRequiredExample: https://example.com
put/agent_config/websites/{website_id}

Last updated

Was this helpful?