cURL
curl --request PATCH \ --url https://api.projectdiscovery.io/v1/asset/enumerate/{enumerate_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "message": "<string>" }
Update enumeration by enumerate_id
Documentation IndexFetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
Was this page helpful?