curl --request PATCH \
--url https://api.projectdiscovery.io/v1/assets/{asset_Id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>"
}'
{
"message": "<string>"
}
Update asset metadata
curl --request PATCH \
--url https://api.projectdiscovery.io/v1/assets/{asset_Id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>"
}'
{
"message": "<string>"
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object
.
Was this page helpful?