Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:3000/v1/admin/scrapers/bulk/config \ --header 'Content-Type: application/json' \ --data ' { "updates": { "is_enabled": true, "schedule_cron": "<string>", "schedule_description": "<string>", "max_workers": 25, "batch_size": 255, "rate_limit_delay": 5.25, "alert_on_failure": true, "alert_on_error_rate": true, "error_rate_threshold": 50 }, "retailer_codes": [ "<string>" ] } '
{ "success": true, "message": "<string>", "updated": [ null ] }
Update configuration for multiple scrapers at once.
Show child attributes
Configurations updated