Update content
Updates a content item by id - the numeric id from the list endpoint, not the slug. Only the fields you send change.
tags and images replace their arrays wholesale. Switching status to draft takes the item off the public site without deleting it.
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Path Parameters
Body
published, draft Public, Member_only, Private SEO title. Falls back to the item's title.
SEO description. Falls back to excerpt.
Absolute URL this item canonicalizes to, for content that also lives elsewhere and should be indexed there instead. Leave unset for original content - the page then canonicalizes to itself.
Re-tag which language this variant is, or null to make it the base item every locale falls back to. A 409 when the slug already has a variant in that language.
Response
The updated content item
A content item (FAQ, post, document, block, or how-to guide) for the organization.
faq, post, document, block, how-to-guide Public, Member_only, Private Body of the content item. May contain HTML, EditorJS blocks, a summary, and keywords.