Skip to main content
Version: v3New

Update Design Kit

PATCH 

/brand-boards/locations/:locationId/design-kits/:designKitId

Update a design kit by ID

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

ID of the location that owns the design kit.

designKitId stringrequired

ID of the design kit to update.

application/json

Bodyrequired

    namestring

    Display name for the design kit.

    logosobject[]

    Logos for the design kit. Sending this field replaces the existing logos. To keep an existing logo, include it with its id.

    colorsobject[]

    Colors for the design kit. Sending this field replaces the existing colors. To keep an existing color, include it with its id.

    fontsobject[]

    Fonts for the design kit. Sending this field replaces the existing fonts. To keep an existing font, include it with its id.

application/json

Success

Schema
    idstringrequired

    Unique identifier of the design kit.

    namestringrequired

    Display name of the design kit.

    isDefaultbooleanrequired

    Whether this is the default design kit for the location.

    createdAtstringrequired

    ISO 8601 timestamp of when the design kit was created.

    updatedAtstringrequired

    ISO 8601 timestamp of when the design kit was last updated.

    locationIdstringrequired

    ID of the location that owns the design kit.

    deletedbooleanrequired

    Whether the design kit has been soft-deleted.

    logosobject[]

    Logos belonging to the design kit.

    colorsobject[]

    Colors belonging to the design kit.

    fontsobject[]

    Fonts belonging to the design kit.

    traceIdstring

    Trace identifier for the request, useful for debugging and support.