メインコンテンツまでスキップ

Re-scrape a website source

POST 

/bv/aisk/v1/sources/:id:re-scrape

This API is used to re-scrape a website source resource.


It'll return a 400/BadRequest error if the following conditions meet:

  • if the source type is not a SOURCE_TYPE_WEBSITE and will return an ERROR_REASON_SOURCE_REQUIRES_A_WEBSITE_TYPE error reason.
  • if the source status is not in SOURCE_STATUS_READY and will return an ERROR_REASON_SOURCE_REQUIRES_IN_READY_STATUS error reason.

It'll return a 404/NotFound error if any requested resource is not found.

Request

Responses

A successful response.