Skip to main content
PATCH
/
v3
/
teams
/
{team}
/
custom-domains
/
{domain}
/
branding
Update Branding
curl --request PATCH \
  --url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/branding \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "app_name": "<string>",
  "theme": {
    "colors": {},
    "radius": "<string>"
  }
}
'
{
  "message": "<string>"
}
Updates the branding settings for a custom domain, including the app name, theme colors, and border radius.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the custom domain.
app_name
string
The custom application name displayed in the white-label app. Maximum 100 characters.
theme
object
Theme customization options.

Response

message
string
A confirmation message (e.g., Branding updated.).