Skip to main content

Update a branding item

PUT 

/brandings/:name

This API endpoint updates information for an existing branding item. A token with API, ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    The name of the branding item to be retrieved

    Example: default

Body

required
    name stringrequired

    name of branding item

    productName stringnullablerequired

    product name

    actionButtonColor string

    hex value of color for action button

    activeLinkColor string

    hex value of color for link

    navigationColor string

    hex value of color for navigation bar

    emailFromAddress string

    email from address

    loginInformationalMessage string

    login information message

    fileStandard binary

    png file with logo

Responses

Branding item updated

Schema
    name string

    name of branding item

    productName stringnullable

    product name

    actionButtonColor stringnullable

    hex value of color for action button

    activeLinkColor stringnullable

    hex value of color for link

    navigationColor stringnullable

    hex value of color for navigation bar

    emailFromAddress stringnullable

    email from address

    standardLogoURL stringnullable

    url to standard logo

    loginInformationalMessage stringnullable

    login information message

Loading...