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>"
}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.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
Branding updated.).