Skip to main content
Version: v3New

Set Default Design Kit

POST 

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

Set a design kit as the default for a location. The previous default will be unset.

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 set as default.

application/json

Success

Schema
    successbooleanrequired

    Whether the default was set successfully.

    designKitIdstringrequired

    ID of the design kit that is now the default.

    traceIdstring

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