Skip to content

Commit d372719

Browse files
committed
fix(specs): add back rate-limit information for crawlUrls
1 parent 0e3b4fe commit d372719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs/crawler/paths/crawlerCrawl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ post:
55
Crawls the specified URLs, extracts records from them, and adds them to the index.
66
If a crawl is currently running (the crawler's `reindexing` property is `true`),
77
the records are added to a temporary index.
8+
9+
This operation is rate-limited to 500 requests every 24 hours.
810
tags:
911
- actions
1012
parameters:

0 commit comments

Comments
 (0)