v1

latestOpenAPI 3.1.02026-07-26435261.9 KB
V3 Theme

Update a user theme

Updates a custom theme owned by the authenticated user. Fields are optional; only supplied values are changed. Passing a new logo replaces the previous logo asset, and passing data replaces the stored colors and fonts.

patch/api/v3/theme/update/{theme_id}

Path parameters

theme_idstring uuid required

Headers

Authorizationstring required

Bearer JWT or API Key

Bearer JWT or API Key

Request body

namestring nullable
descriptionstring nullable
company_namestring nullable
logostring uuid nullable

Response

Theme updated successfully.

namestring required
descriptionstring required
logostring uuid nullable required
logo_urlstring nullable required
company_namestring nullable required
created_atstring date-time required
updated_atstring date-time required
idstring uuid required
userstring uuid nullable required