Update Content Status
Content
Update Content Status
Update the status of a content item
POST
Update Content Status
Directly update a content item’s status. For most workflows, use the dedicatedDocumentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
publish, unpublish, or discard endpoints instead.
Path Parameters
Organization ID
Project ID
Content ID
Request Body
The new status:
draft, modified, unpublished, or deletedExample Request
Response
Returns the updated Content object wrapped in adata field.
Status Values
| Status | Description |
|---|---|
draft | Initial state, never published |
modified | Published then edited |
published | Live and active (use publish endpoint) |
unpublished | Was published, now inactive |
deleted | Soft deleted |