v5
latestOpenAPI 3.1.12026-07-31392595.5 KBContent
Update a single brand identity
Updates brand identity fields. Pass isDefault: true to make the target brand identity the organization's default.
patch/v1/brand-identities/{brandIdentityId}
Path parameters
brandIdentityIdstring required
Example:51c2f3aa-efdd-4e28-8e69-23fa2dfd3561
Request body
Example request
{
"name": "Notra",
"websiteUrl": "https://usenotra.com",
"companyName": "Notra",
"companyDescription": "AI-native content workflows for software teams.",
"toneProfile": "Professional",
"customTone": "Clear, direct, and technically confident",
"customInstructions": "Avoid hype. Prioritize concrete examples.",
"audience": "Engineering leaders and developer tooling teams.",
"language": "English",
"isDefault": true
}Response
Brand identity updated successfully