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 options
v3locationId stringrequired
ID of the location that owns the design kit.
designKitId stringrequired
ID of the design kit to set as default.
Success
- application/json
- Schema
- Example (auto)
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.
{
"success": true,
"designKitId": "507f1f77bcf86cd799439011",
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}