v44

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

Update vault settings

Update vault settings including name, description, and enableGraph. Changing enableGraph only affects future document uploads - existing documents retain their current graph/non-graph state.

patch/vault/{id}

Path parameters

idstring required

Vault ID to update

Request body

namestring

New name for the vault

descriptionstring nullable

New description for the vault. Set to null to remove.

enableGraphboolean

Whether to enable GraphRAG for future document uploads

groupIdstring nullable

Move the vault to a different group, or set to null to remove from its current group.

Response

Vault updated successfully

idstring

Vault identifier

namestring

Vault name

descriptionstring nullable

Vault description

filesBucketstring

S3 bucket for document storage

vectorBucketstring nullable

S3 bucket for vector embeddings

indexNamestring

Search index name

regionstring

AWS region

kmsKeyIdstring

KMS key for encryption

chunkStrategyobject

Document chunking strategy configuration

enableGraphboolean

Whether GraphRAG is enabled for future uploads

totalObjectsinteger

Number of stored documents

totalBytesinteger

Total storage size in bytes

totalVectorsinteger

Number of vector embeddings

metadataobject

Additional vault metadata

createdAtstring date-time

Vault creation timestamp

updatedAtstring date-time

Last update timestamp