Update Pillar
Updates a Knowledge Base pillar’s name, description, or status. At least one of the three must be provided; only provided fields change. Renaming returns a 409 when another pillar already uses the name. Status accepts published or archived: archiving hides the pillar from pillar listings and stops its facts feeding content generation, while keeping the facts stored. Requires a website-admin API key. Also available as the MCP tool update_pillar.
Path Parameters
The pillar to update.
Body
The website the pillar belongs to.
New pillar name.
1 - 120New pillar description. An empty string clears the stored description.
2000New status. Only published and archived are accepted; the pipeline-internal states (draft, researching) cannot be set over the API.
published, archived