Skip to main content
PATCH
Update Partner Page

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Body

application/json

Partial update of the partner page presentation. Writes to the primary (first) linked agent's partner_overrides JSONB.

Any field left None is preserved. Pass empty list / empty string to clear.

tagline
string | null
Maximum string length: 200
description
string | null
Maximum string length: 2000
short_name
string | null
Maximum string length: 20
accent_color
string | null
Maximum string length: 32
primary_color
string | null
Maximum string length: 32
font_family
string | null
Maximum string length: 100
font_weight
integer | null
Required range: 100 <= x <= 900
industries
string[] | null
tags
string[] | null

Response

Successful Response

Full payload for the Brand page's partner-mode section.

brand_id
string<uuid>
required
partner_slug
string | null
public_url
string | null
overrides
Overrides · object
agents
PartnerPageAgent · object[]