Skip to content

Commit a9f804a

Browse files
algolia-botkai687shortcuts
committed
fix(specs): add back rate-limit information for crawlUrls (#5120) (generated) [skip ci]
Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a3efe1b commit a9f804a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/bundled/crawler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"post": {
556556
"operationId": "crawlUrls",
557557
"summary": "Crawl URLs",
558-
"description": "Crawls the specified URLs, extracts records from them, and adds them to the index.\nIf a crawl is currently running (the crawler's `reindexing` property is `true`),\nthe records are added to a temporary index.\n",
558+
"description": "Crawls the specified URLs, extracts records from them, and adds them to the index.\nIf a crawl is currently running (the crawler's `reindexing` property is `true`),\nthe records are added to a temporary index.\n\nThis operation is rate-limited to 500 requests every 24 hours.\n",
559559
"tags": [
560560
"actions"
561561
],

docs/bundled/crawler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ paths:
502502
`true`),
503503
504504
the records are added to a temporary index.
505+
506+
507+
This operation is rate-limited to 500 requests every 24 hours.
505508
tags:
506509
- actions
507510
parameters:

specs/bundled/crawler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ paths:
502502
`true`),
503503
504504
the records are added to a temporary index.
505+
506+
507+
This operation is rate-limited to 500 requests every 24 hours.
505508
tags:
506509
- crawler
507510
parameters:

0 commit comments

Comments
 (0)