This endpoint updates an existing object in the specified bucket. The updated object must conform to the bucket’s schema. It does not trigger processing.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'
The unique identifier of the bucket.
The unique identifier of the object.
Request model for updating an existing bucket object.
Updated storage key/path prefix of the object, this will be used to retrieve the object from the storage. It's at the root of the object.
List of new or updated blobs for this object
Updated metadata for the object, this will be merged with existing metadata.
Skip duplicate blobs, if a blob with the same hash already exists, it will be skipped.
Successful Response
Response model for bucket objects.
ID of the bucket this object belongs to
Unique identifier for the object
Storage key/path of the object, this will be used to retrieve the object from the storage. It is similar to a file path. If not provided, it will be placed in the root of the bucket.
SHA256 hash of the object's content, used for de-duplication.
List of blobs contained in this object
Lineage/source details for this object; used for downstream references.
The current status of the object.
PENDING, IN_PROGRESS, PROCESSING, COMPLETED, COMPLETED_WITH_ERRORS, FAILED, CANCELED, UNKNOWN, SKIPPED, DRAFT, ACTIVE, ARCHIVED, SUSPENDED The error message if the object failed to process.
"Failed to process object: Object not found"
Skip duplicate blobs, if a blob with the same hash already exists, it will be skipped.
Timestamp when the object was created. Automatically populated by the system.
Timestamp when the object was last updated. Automatically populated by the system.