Type Alias DataAssetsAPI

type DataAssetsAPI = {
    clearCache: typeof clearCache;
    createDataAsset: typeof createDataAsset;
    deleteDataAssets: typeof deleteDataAssets;
    getDataAsset: typeof getDataAsset;
    patchDataAsset: typeof patchDataAsset;
    updateDataAsset: typeof updateDataAsset;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for data-assets api requests.

createDataAsset: typeof createDataAsset

Save new data asset.

an object with the body content

CreateDataAssetHttpError

deleteDataAssets: typeof deleteDataAssets

Batch delete data assets by IDs.

an object with the body content

DeleteDataAssetsHttpError

getDataAsset: typeof getDataAsset

Get data asset by ID.

an object with query parameters

GetDataAssetHttpError

patchDataAsset: typeof patchDataAsset

Patch data asset.

an object with the body content

PatchDataAssetHttpError

updateDataAsset: typeof updateDataAsset

Update data asset.

an object with the body content

UpdateDataAssetHttpError