Skip to content

Commit 985ccab

Browse files
feat(api): api update
1 parent 3583e1a commit 985ccab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 41
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-bf7ffa610bd4a02ea5bcb157521d17a041a48f78d87bf8fe8d812d3cbb87b489.yml
3-
openapi_spec_hash: 90142d96969dea44c46a01abb683c426
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-2c3f4e4b357ca78c019a3aacd006e2bb8b332d4172a300ee6c46c076a216ed3f.yml
3+
openapi_spec_hash: b89be415cf6ee594b521885a9deb25ac
44
config_hash: 0fb0ceca5946298c416cec0cca5260c7

pkg/cmd/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var webExtract = requestflag.WithInnerFlags(cli.Command{
3333
},
3434
&requestflag.Flag[[]map[string]any]{
3535
Name: "action",
36-
Usage: "Optional browser actions executed in order on the requested page after it loads and before extraction. Requires a paid plan. When actions are provided and stopAfterMs is omitted, the crawl budget defaults to 110000 ms.",
36+
Usage: "Optional browser actions executed in order on the requested page after it loads, before links are discovered or additional pages are crawled. Requires a paid plan. When actions are provided and stopAfterMs is omitted, the crawl budget defaults to 110000 ms.",
3737
BodyPath: "actions",
3838
},
3939
&requestflag.Flag[bool]{

0 commit comments

Comments
 (0)