cURL
curl --request PATCH \ --url https://api.projectdiscovery.io/v1/asset/{asset_id}/labels \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "labels": [ "<string>" ] }'
{ "message": "<string>" }
Append or Replace update_type
append
replace
delete
Example response
The response is of type object.
object
Was this page helpful?