curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/refresh-materialized-view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "full",
"execution_cluster": {
"type": "dedicated"
}
}
'curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/refresh-materialized-view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "full",
"execution_cluster": {
"type": "dedicated"
}
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a dataset.
OK