Skip to content
Last updated

Modify the name, description, or access settings of a vector store.

PATCHhttps://api.aitronos.com/v1/organizations/{organization_id}/vector-stores/{vector_store_id}

Update vector store metadata and access control settings.

Path Parameters

organization_id string required

The unique identifier of the organization.

vector_store_id string required

The unique identifier of the vector store to update.

Request Body

name string optional

New name for the vector store.

description string optional

New description for the vector store.

access_mode string optional

New access control level: public, organization, department, or private.

access_departments array optional

Updated list of department IDs with access.

access_users array optional

Updated list of user IDs with access.


Returns

The updated Vector Store object.