Partial update of the authenticated brand's theme.
PATCH /brands/me/theme
PATCH
/brands/me/theme
Accepts any subset of the theme fields. Omitted fields are left untouched; explicit null clears an override. version is server-managed and bumps by one on every call.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-Polst-Idempotency-Key
required
string
Idempotency key, 8–255 URL-safe chars.
Request Body required
Section titled “Request Body required ”object
radius
string
density
string
fontStack
string
hideWatermark
boolean
Responses
Section titled “ Responses ”Updated theme.
object
data
required
object
radius
required
string
density
required
string
fontStack
required
string
hideWatermark
required
boolean
version
required
integer
titlePlacement
required
string
labelPlacement
required
string
labelAlign
required
string
elevation
required
string
Missing idempotency key.
Missing or invalid bearer token.
Bearer token lacks manage scope or brand context.
Request body failed validation. customCss is rejected if it contains ’<’ or ’>’ characters or does not parse as a CSS stylesheet.