v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Vaults

Update vault object

Update a document's filename, path, or metadata. Use this to rename files or organize them into virtual folders. The path is stored in metadata.path and can be used to build folder hierarchies in your application.

patch/vault/{id}/objects/{objectId}

Path parameters

idstring required

Vault ID

objectIdstring required

Object ID to update

Request body

filenamestring

New filename for the document (affects display name and downloads)

pathstring nullable

Folder path for hierarchy preservation (e.g., '/Discovery/Depositions'). Set to null or empty string to remove.

metadataobject

Additional metadata to merge with existing metadata

Response

Object updated successfully

idstring

Object ID

vaultIdstring

Vault ID

filenamestring

Updated filename

pathstring nullable

Folder path for hierarchy preservation

contentTypestring

MIME type

sizeBytesinteger

File size in bytes

ingestionStatusstring

Processing status

metadataobject

Full metadata object

updatedAtstring date-time

Last update timestamp