Update Content
Contents
Update Content
Update content metadata and status.
Allows updating content fields such as name, description, metadata,
and processing status. The content data itself cannot be modified.
Args:
content_id: The unique identifier for the content
content_update: Fields to update
Returns:
Updated content
Example:
PATCH /contents/con_abc123xyz
Body:
{
"name": "Updated Document Name",
"description": "New description",
"metadata": {"category": "important"},
"status": "completed"
}
Raises:
404: If content not found
400: If validation fails
PUT
Update Content
Documentation Index
Fetch the complete documentation index at: https://docs.mielto.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Path Parameters
Body
application/json
Schema for updating content.
Response
Successful Response
Schema for reading content.
Content ID
Content name
Content description
Content metadata
Content type/MIME type
Content size in bytes
Content processing status
Sync status
Status message
Content hash
File data information
Content definition
Creation timestamp
Update timestamp
External system ID
Collection ID
Workspace ID
Content configuration
Linked content ID
Number of times accessed