# Extension branding updated The browser extension banner branding has been updated Endpoint: POST extension-branding-updated Version: v1 Security: X-Signature ## Header parameters: - `X-Signature` (string, required) Example: "X-Signature: t=1492774577,v1=5257a869..." ## Request fields (application/json): - `version` (string, required) The version of the event. Example: "1" - `id` (string, required) The unique identifier for the event. This can be used as an idempotency key. Example: "c478966c-f927-411c-b919-179832d3d50c" - `timestamp` (integer, required) When the event occurred, formatted as a UNIX timestamp (in seconds). Example: 1698604061 - `category` (string, required) The category of the event. Enum: "AUDIT" - `object` (string, required) The object that was created. Enum: "EXTENSION_BRANDING_UPDATED" - `actor` (object, required) This object contains information about the user that performed the action triggering the audit log. - `actor.source` (string, required) The source of the action that generated the event. Enum: "UI" - `actor.email` (string, required) The email address of the actor. - `actor.sourceIpAddress` (string, required) The IP address of the actor. - `actor.userAgent` (string,null, required) The user agent of the actor, if available. - `actor.role` (string,null, required) The role of the actor. Enum: "OWNER", "FULL_ACCESS", "READ_ONLY" - `description` (string) The description of the event. Note: this is subject to change and should not be used to match on this object. Example: "Browser extension banner branding updated" - `friendlyName` (string) The description of the event. Note: this is subject to change and should not be used to match on this object. Example: "Extension branding updated" - `new` (object) - `new.borderColor` (string, required) Color of the banner border (in HEX). Example: "#ABC123" - `new.buttonColor` (string, required) Color of the banner button (in HEX). Example: "#ABC123" - `new.linkColor` (string, required) Color of the banner links (in HEX). Example: "#ABC123" - `new.alignment` (string, required) Banner text alignment. Enum: "LEFT", "CENTRE" - `new.theme` (string, required) Banner theme. Enum: "LIGHT", "DARK" - `new.logoUrl` (string,null) URL where the new logo is stored. Example: "https://example.com/logo.png" ## Response 2XX fields