Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.urldna.io/v1/query/{query_id} \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "name": "<string>", "query_filters": [ { "attribute": "<string>", "value": "<string>" } ] } '
{ "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "<string>", "value": "<string>" } ] }
Update the name or filters of an existing saved query.
Updated query name.
Updated array of filter conditions.
Show child attributes
Successful Response
Unique query identifier.
User-defined query name for easy identification.
Array of filter conditions combined with logical AND.