Skip to main content
PATCH
/
settings
/
display-settings
Update Display Settings
curl --request PATCH \
  --url https://api.wacht.dev/settings/display-settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "logo_url": "<string>",
  "primary_color": "#0066CC",
  "secondary_color": "#F0F0F0",
  "font_family": "Inter, sans-serif",
  "app_name": "My App",
  "welcome_message": "<string>",
  "support_email": "[email protected]",
  "terms_url": "<string>",
  "privacy_url": "<string>"
}
'
{
  "logo_url": "<string>",
  "primary_color": "#0066CC",
  "secondary_color": "#F0F0F0",
  "font_family": "Inter, sans-serif",
  "app_name": "My App",
  "welcome_message": "<string>",
  "support_email": "[email protected]",
  "terms_url": "<string>",
  "privacy_url": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Body

application/json
logo_url
string<uri>
primary_color
string
Example:

"#0066CC"

secondary_color
string
Example:

"#F0F0F0"

font_family
string
Example:

"Inter, sans-serif"

app_name
string
Example:

"My App"

welcome_message
string
support_email
string<email>
terms_url
string<uri>
privacy_url
string<uri>

Response

Settings updated successfully

logo_url
string<uri>
primary_color
string
Example:

"#0066CC"

secondary_color
string
Example:

"#F0F0F0"

font_family
string
Example:

"Inter, sans-serif"

app_name
string
Example:

"My App"

welcome_message
string
support_email
string<email>
terms_url
string<uri>
privacy_url
string<uri>