PATCH
/
datastores
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID 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