Skip to content

Commit e51b6c6

Browse files
authored
Merge branch 'main' into clara/refact/composition-private-client
2 parents 7a191d1 + a9f804a commit e51b6c6

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)