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

Changes

Changed in 2 of the 11 revisions of this API.112

  • 9555cbb8b259111See the full diff
    • added PartialVectordb PartialEmbeddings PartialModel to the response body oneOf list for the response status 201

      response-body-one-of-added

    • added the new optional request property oneOf[PartialRedisCe]/config/cloud_authentication

      new-optional-request-property

    • added the new optional request property oneOf[PartialRedisEe]/config/cloud_authentication

      new-optional-request-property

    • added embeddings model vectordb mapping keys to the request discriminator

      request-body-discriminator-mapping-added

    • added PartialVectordb PartialEmbeddings PartialModel to the request body oneOf list

      request-body-one-of-added

    • the ssl_verify request property default value changed from false to true

      request-property-default-value-changed

    • the ssl_verify request property default value changed from false to true

      request-property-default-value-changed

    • added embeddings model vectordb mapping keys to the response discriminator for the response status 201

      response-body-discriminator-mapping-added

    • added the optional property oneOf[PartialRedisCe]/config/cloud_authentication to the response with the 201 status

      response-optional-property-added

    • added the optional property oneOf[PartialRedisEe]/config/cloud_authentication to the response with the 201 status

      response-optional-property-added

    • the ssl_verify response's property default value changed from false to true for the status 201

      response-property-default-value-changed

    • the ssl_verify response's property default value changed from false to true for the status 201

      response-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.