Skip to content

Commit 02d1e00

Browse files
author
github-actions
committed
update api/manager.yaml
1 parent ff131a4 commit 02d1e00

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

api/manager.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,12 +4256,47 @@ components:
42564256
uniqueItems: true
42574257
url:
42584258
type: string
4259+
WebPageImportFetchOptions:
4260+
type: object
4261+
description: Fetch Options for Web Page Import
4262+
properties:
4263+
block_ads:
4264+
type: boolean
4265+
description: Block ads to save bandwidth (premium_scraper only).
4266+
country_code:
4267+
type: string
4268+
description: Country code for the proxy (premium_scraper only).
4269+
mode:
4270+
type: string
4271+
default: default
4272+
description: "The fetching mode: `default` (smart fallback), `proxy` or\
4273+
\ `premium_scraper`."
4274+
enum:
4275+
- default
4276+
- proxy
4277+
- premium_scraper
4278+
premium_proxy:
4279+
type: boolean
4280+
description: Use premium proxy (premium_scraper only).
4281+
render_js:
4282+
type: boolean
4283+
description: Render JavaScript on the target page (premium_scraper only).
4284+
timeout:
4285+
type: integer
4286+
format: int32
4287+
description: Timeout in milliseconds (premium_scraper only).
4288+
wait_for:
4289+
type: string
4290+
description: CSS selector to wait for before returning (premium_scraper
4291+
only).
42594292
WebPageImportRequest:
42604293
type: object
42614294
description: The Web Page Import request
42624295
properties:
42634296
embedding:
42644297
$ref: '#/components/schemas/EmbeddingRequest'
4298+
fetch_options:
4299+
$ref: '#/components/schemas/WebPageImportFetchOptions'
42654300
id:
42664301
type: string
42674302
description: The Web Page id (or iri) in Graph when available.

0 commit comments

Comments
 (0)