curl --request POST \
--url http://localhost:3000/v1/admin/scrapers/bulk/disable \
--header 'Content-Type: application/json' \
--data '
{
"retailer_codes": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"updated": [
null
]
}Disable multiple scrapers at once.
curl --request POST \
--url http://localhost:3000/v1/admin/scrapers/bulk/disable \
--header 'Content-Type: application/json' \
--data '
{
"retailer_codes": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"updated": [
null
]
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.