DataSourceUpdateRequest

DataSourceUpdateRequest
DataSourceUpdateRequest

A request to update data source.

JSON Example
{
    "name": "string",
    "description": "string",
    "verify_tls": "string",
    "credentials": {
        "access_key": "string",
        "secret_key": "string"
    },
    "options": {
        "page_ids": [
            "string"
        ],
        "space_key": "string",
        "batch_size": 0,
        "limit": 0
    }
}
string
name
Optional

Name of the data source.

string
description
Optional

Description of the data source.

string
verify_tls
Optional

TLS verification mode used when connecting to the data source.

Enumeration: VERIFY_FULL, DISABLE
credentials
Optional

Credentials used when accessing the data source.

options
Optional

Options used when interacting with the data source.