curl --request POST \
--url https://api.projectdiscovery.io/v1/enumeration/schedule \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"enumeration_id": "<string>",
"scan_frequency": "hourly",
"start_time": "<string>",
"hourly_frequency": 12,
"custom_weekdays": [
3
]
}'
{
"message": "<string>"
}
Set enumeration re-scan frequency
curl --request POST \
--url https://api.projectdiscovery.io/v1/enumeration/schedule \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"enumeration_id": "<string>",
"scan_frequency": "hourly",
"start_time": "<string>",
"hourly_frequency": 12,
"custom_weekdays": [
3
]
}'
{
"message": "<string>"
}
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object
.
Was this page helpful?