v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-065662751.8 MB
Partials

Create a new Partial

Create a new Partial

post/{workspace}/partials

Path parameters

workspacestring required
Example:team-payments

The name of the workspace

Request body

OR
OR
OR
OR

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 created Partial

OR
OR
OR
OR

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"
}