Set Default Brand Voice
POST/brand-boards/locations/:locationId/brand-voices/:brandVoiceId/default
Set a brand voice as the default for a location. The previous default will be unset.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
brandVoiceId stringrequired
Brand voice ID
Success
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Whether the operation was successful
brandVoiceIdstringrequired
Brand voice ID that was set as default
traceIdstring
Trace ID of request
{
"success": true,
"brandVoiceId": "507f1f77bcf86cd799439011",
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}