Skip to main content
PATCH
/
api
/
v1
/
queries-update
Update Query
curl --request PATCH \
  --url https://api.example.com/api/v1/queries-update
{
  "result": {}
}

Update Query

Update an existing query

Request

param_name
string
required
Description of the parameter

Response

result
object
The response data

Code Examples

curl -X PATCH "https://api.dune.com/api/v1/queries-update" \
  -H "X-DUNE-API-KEY: your_api_key"

Status: 🚧 Stub — Content pending