cURL
curl --request PATCH \ --url https://api.example.com/api/v1/queries-update
{ "result": {} }
Update an existing query
curl -X PATCH "https://api.dune.com/api/v1/queries-update" \ -H "X-DUNE-API-KEY: your_api_key"
Was this page helpful?