Update a scheduled crawl
PATCH/api/v1/chatbots/:chatbotId/scheduled-crawls/:scheduleId
Updates a scheduled crawl. Any subset of the mutable fields may be provided; at least one is required. Changing the cadence recalculates the next run time. Required scope: documents:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Scheduled crawl updated.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded