Skip to main content
POST
/
api
/
v1
/
materialized-views-upsert
Upsert Materialized View
curl --request POST \
  --url https://api.example.com/api/v1/materialized-views-upsert
{
  "result": {}
}

Upsert Materialized View

Create or update a view

Request

param_name
string
required
Description of the parameter

Response

result
object
The response data

Code Examples

curl -X POST "https://api.dune.com/api/v1/materialized-views-upsert" \
  -H "X-DUNE-API-KEY: your_api_key"

Status: 🚧 Stub — Content pending