StorageBackendUpdateRequest
Partial update of a storage backend; at least one of `username`, `password`, `useDynamicBackends`, `owner`, `technicalOwner` or `technicalOwnerContactEmails` must be supplied. Individual attributes are optional on their own.
Properties
| Name | Type | Description |
|---|---|---|
| username | string | Backend username. |
| password | string | Backend password. |
| useDynamicBackends | boolean | Only for backends supporting dynamic sizing (Snowflake). When enabled, new projects get dynamic backends assigned automatically. |
| owner | string | Associated legal owner (mostly: keboola, client- |
| technicalOwner | string | Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb. |
| technicalOwnerContactEmails | array | Array of technical owner contact emails. |
| skipValidation | boolean | If true, the backend validation step is skipped during the update. Only possible to use with owner and technicalOwner not with other options. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StorageBackendUpdateRequest",
"description": "Partial update of a storage backend; at least one of `username`, `password`, `useDynamicBackends`, `owner`, `technicalOwner` or `technicalOwnerContactEmails` must be supplied. Individual attributes are optional on their own.",
"required": [],
"properties": {
"username": {
"description": "Backend username.",
"type": "string",
"example": "keboola",
"nullable": true
},
"password": {
"description": "Backend password.",
"type": "string",
"example": "1234",
"nullable": true
},
"useDynamicBackends": {
"description": "Only for backends supporting dynamic sizing (Snowflake). When enabled, new projects get dynamic backends assigned automatically.",
"type": "boolean",
"example": false,
"nullable": true
},
"owner": {
"description": "Associated legal owner (mostly: keboola, client-<name>).",
"type": "string",
"example": "keboola",
"nullable": true
},
"technicalOwner": {
"description": "Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb.",
"type": "string",
"example": "keboola",
"nullable": true
},
"technicalOwnerContactEmails": {
"description": "Array of technical owner contact emails.",
"type": "array",
"items": {
"type": "string",
"format": "email"
},
"example": [
"devel@keboola.com"
],
"nullable": true
},
"skipValidation": {
"description": "If true, the backend validation step is skipped during the update. Only possible to use with owner and technicalOwner not with other options.",
"type": "boolean",
"example": false,
"default": false
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/keboola-storagebackendupdaterequest"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.