Publish a brand voice
Log in to add to favouritesPage last updated 12 June 2026
Endpoint for publishing a Brand Voice. This sets the Brand Voice to a new major version on publish.
POSTapi/management/projects/{projectId}/ai/brandvoices/{brandVoiceId}/publish
Parameters
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
| brandVoiceId(required) | path | string | The brand voice string Id |
| version(required) | body | object | Version object for Publish request |
Responses
Examples
POST: /api/management/projects/website/ai/brandvoice/brand-voice-id/publish
{
"version": "0.3"
}Remarks
You must be part of the System Administrators group or be part of the Brand Voice Publish role.
When a Brand Voice is published any previous minor versions will be deleted.