Skip to main content
PATCH
/
v1
/
scrapers
/
bulk
/
schedule
Bulk update scraper schedules
curl --request PATCH \
  --url http://localhost:3000/v1/scrapers/bulk/schedule \
  --header 'Content-Type: application/json' \
  --data '
{
  "schedule_cron": "<string>",
  "schedule_description": "<string>",
  "retailer_codes": [
    "<string>"
  ]
}
'
{
  "success": true,
  "message": "<string>",
  "updated": [
    "<unknown>"
  ]
}

Body

application/json
schedule_cron
string | null
required
Maximum string length: 100
schedule_description
string | null
Maximum string length: 100
retailer_codes
string[]

Response

200 - application/json

Schedules updated

success
boolean
required
message
string
required
updated
null[]
required