update_publication
Update an existing blog publication's metadata by changing only the fields you specify. Provide the publication ID and modify title, description, routing, or layout without affecting other settings.
Instructions
Update an existing blog publication's metadata — title, description, domain/routing config, or layout. Only the fields you pass are changed (partial update). Distinct from create_publication (which creates a new one). publicationId comes from list_publications or list_blogs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| layout | No | ||
| brandId | No | Brand ID (uses active brand if omitted) | |
| domainId | No | Custom domain ID to route this publication under | |
| pathPrefix | No | ||
| description | No | Publication description / tagline | |
| routingType | No | ||
| publicationId | Yes | Blog publication ID (from list_publications or list_blogs) |