cURL
curl --request POST \ --url https://api.example.com/api/v1/materialized-views-upsert
{ "result": {} }
Create or update a view
curl -X POST "https://api.dune.com/api/v1/materialized-views-upsert" \ -H "X-DUNE-API-KEY: your_api_key"
Was this page helpful?