Skip to main content
PUT
/
cabinet
/
branding
/
name
Update Branding Name
curl --request PUT \
  --url http://localhost:8080/cabinet/branding/name \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "name": "<string>",
  "logo_letter": "<string>",
  "has_custom_logo": true,
  "logo_url": "<string>"
}

Body

application/json

Request to update branding name.

name
string
required

Response

Successful Response

Current branding settings.

name
string
required
logo_letter
string
required
logo_url
string | null