type DataSourceRequest: object;Container for an update to a data source
Type declaration
collections
collections: Record<string, CollectionPatch>;Collections to add or update to the data source
creationPermission?
optional creationPermission: UpdateCreationPermission;The level of permission the request has to create data
dataSourceConfiguration?
optional dataSourceConfiguration: object;Configuration for the data source to be added or modified
dataSourceConfiguration.patchType
patchType: UpstreamPatchType;Configures how changes made to the data are pushed to the external source
dataSourceName
dataSourceName: string;The name of the data source to be added or modified
sourceForeignKeys?
optional sourceForeignKeys: SourceForeignKey[];Configuration for relationships between collections in the data source
updateFilterType?
optional updateFilterType: DataUpdateFilterType;The current update filter type associated with this request