lake
Update a Lake Dataset (Cribl.Cloud only)
Update the specified Lake Dataset in the specified Lake (Cribl.Cloud only).
patch/products/lake/lakes/{lakeId}/datasets/{id}
Path parameters
lakeIdstring required
The <code>id</code> of the Lake that contains the Lake Dataset to update.
idstring required
The <code>id</code> of the Lake Dataset to update.
Request body
Example request
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}Response
The updated CriblLakeDataset object in a single-item list.
Example response
{
"items": [
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}
]
}