Upsert a Partial
Create or Update Partial using ID.
Path parameters
The name of the workspace
Request body
Example request
{
"config": {
"database": 0,
"host": "localhost",
"password": "password",
"port": 6379,
"server_name": "redis",
"ssl": false,
"ssl_verify": false,
"timeout": 2000,
"username": "username"
},
"type": "redis-ce"
}Response
Successfully upserted Partial
Example response
{
"config": {
"database": 0,
"host": "localhost",
"password": "password",
"port": 6379,
"server_name": "redis",
"ssl": false,
"ssl_verify": false,
"timeout": 2000,
"username": "username"
},
"type": "redis-ce"
}Changes
Changed in 2 of the 11 revisions of this API.112
- ▲
added
PartialVectordbPartialEmbeddingsPartialModelto the response bodyoneOflist for the response status200response-body-one-of-added
- ○
added the new optional request property
oneOf[PartialRedisCe]/config/cloud_authenticationnew-optional-request-property
- ○
added the new optional request property
oneOf[PartialRedisEe]/config/cloud_authenticationnew-optional-request-property
- ○
added
embeddingsmodelvectordbmapping keys to the request discriminatorrequest-body-discriminator-mapping-added
- ○
added
PartialVectordbPartialEmbeddingsPartialModelto the request bodyoneOflistrequest-body-one-of-added
- ○
the
ssl_verifyrequest property default value changed fromfalsetotruerequest-property-default-value-changed
- ○
the
ssl_verifyrequest property default value changed fromfalsetotruerequest-property-default-value-changed
- ○
added
embeddingsmodelvectordbmapping keys to the response discriminator for the response status200response-body-discriminator-mapping-added
- ○
added the optional property
oneOf[PartialRedisCe]/config/cloud_authenticationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
oneOf[PartialRedisEe]/config/cloud_authenticationto the response with the200statusresponse-optional-property-added
- ○
the
ssl_verifyresponse's property default value changed fromfalsetotruefor the status200response-property-default-value-changed
- ○
the
ssl_verifyresponse's property default value changed fromfalsetotruefor the status200response-property-default-value-changed
- ▲
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.