cURL
curl --request PUT \ --url https://api.urldna.io/query/{query_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] }'
{ "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] }
Query object updated
Represents a saved query containing multiple filters to retrieve relevant scan data.