Skip to main content
Version: 2021-04-15

Update a Brand Board

PATCH 

/brand-boards/:locationId/:id

Updates an existing Brand Board

Request

Version stringrequired

API Version

Available options2021-04-15
locationId stringrequired

Location ID where the brand board exists

id stringrequired

Brand board ID to update, retrieve, or delete

application/json

Bodyrequired

    namestring

    Name of the brand board

    logosobject[]

    Array of logos for the brand board

    colorsobject[]

    Array of colors for the brand board

    fontsobject[]

    Array of fonts for the brand board

    defaultboolean

    Set as the default brand board for this location

    parentIdstring

    Parent folder ID in media library (reserved for future use)

application/json

Success

Schema
    _idstringrequired

    Brand board ID

    locationIdstringrequired

    Location ID

    namestringrequired

    Brand board name

    logosobject[]

    Array of logos

    colorsobject[]

    Array of brand colors

    fontsobject[]

    Array of brand fonts

    defaultbooleanrequired

    Whether this is the default brand board for the location

    deletedbooleanrequired

    Whether the brand board has been soft deleted

    parentIdstring

    Parent folder ID in media library

    folderIdstring

    Media library folder ID for this brand board

    originIdstring

    Original brand board ID if cloned from snapshot

    metaobject

    Metadata about the brand board

    missingAssetsobject

    Assets that used fallbacks/defaults (only returned when creating from URL)

    createdAtstring

    Creation timestamp

    updatedAtstring

    Last update timestamp