Type Alias DataSourceSettingsRequest

Request body for updating the configuration settings of a datasource.

type DataSourceSettingsRequest = {
    disabled: boolean;
}
Index

Properties

Properties

disabled: boolean

When true, disables the datasource. When false, enables it.