Datastores & Datasources
Update Datastore
Partially updates an existing datastore based on its ID.
PATCH
/
datastores
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the datastore to be updated.
Body
application/json
name
string
description
string
type
enum<string>
Available options:
qdrant
isPublic
boolean
pluginName
string
pluginDescriptionForHumans
string
Response
200 - application/json
id
string
name
string
description
string | null
type
enum<string>
Available options:
qdrant
isPublic
boolean
pluginName
string | null
pluginDescriptionForHumans
string | null
Was this page helpful?