Partials
Upsert a Partial
Create or Update Partial using ID.
put/v2/control-planes/{controlPlaneId}/core-entities/partials/{PartialId}
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"
}