Update brand settings
Update tenant brand settings including colors, fonts, text content, and footer configuration. Browse request parameters, authentication requirements,…
Update tenant brand settings including colors, fonts, text content, and footer configuration.
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/api/v1/brand" \ -H "Content-Type: application/json" \ -d '{ "title": "Acme Trust Center", "primary_color": "#007bff", "background_color": "#ffffff", "text_color": "#0f172a", "font_family": "Inter, sans-serif" }'{ "success": true, "data": { "message": "string" }}How is this guide?