Skip to main content
PATCH
Update Brand Fact

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Path Parameters

fact_id
string<uuid>
required

The fact to update.

Body

application/json
website_id
string<uuid>
required

The website the fact belongs to.

text
string

New fact statement. Caps at 10000 characters, matching the in-app edit dialog (add_brand_facts caps new facts at 2000).

Required string length: 1 - 10000
source_url
string

New source URL. An empty string clears the stored source URL.

Maximum string length: 2048
confidence
enum<string>

New confidence level.

Available options:
high,
medium,
low

Response

The updated fact plus a pre-update snapshot of the editable fields

fact
object
required
before
object
required

Values of the editable fields before this update.