Skip to content

Commit 4ca42b8

Browse files
feat(api): api update
1 parent feaa96c commit 4ca42b8

2 files changed

Lines changed: 4 additions & 4 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: 38
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-8a92cb064637006331b2910caedca8512290c1d8cc75eb91218393cc1581e59c.yml
3-
openapi_spec_hash: c811ec47143ad01cdbcbd8324caa4eda
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-e6a3365124af52952a85c8af5a09d6fdc02a686db7949985d0a6313dfad8dee5.yml
3+
openapi_spec_hash: d7d0e17252f6f5665fb1698e37e09fe2
44
config_hash: bff282047fafdad771fb7ec685f56944

pkg/cmd/web.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ var webWebScrapeHTML = requestflag.WithInnerFlags(cli.Command{
703703
},
704704
&requestflag.InnerFlag[any]{
705705
Name: "pdf.should-parse",
706-
Usage: "When true, PDF URLs are fetched and parsed. When false, PDF URLs are skipped and a 400 WEBSITE_ACCESS_ERROR is returned.",
706+
Usage: "When true, PDF URLs are fetched and parsed. When false, PDF URLs are skipped and a 400 PDF_SKIPPED is returned.",
707707
InnerField: "shouldParse",
708708
},
709709
&requestflag.InnerFlag[int64]{
@@ -917,7 +917,7 @@ var webWebScrapeMd = requestflag.WithInnerFlags(cli.Command{
917917
},
918918
&requestflag.InnerFlag[any]{
919919
Name: "pdf.should-parse",
920-
Usage: "When true, PDF URLs are fetched and parsed. When false, PDF URLs are skipped and a 400 WEBSITE_ACCESS_ERROR is returned.",
920+
Usage: "When true, PDF URLs are fetched and parsed. When false, PDF URLs are skipped and a 400 PDF_SKIPPED is returned.",
921921
InnerField: "shouldParse",
922922
},
923923
&requestflag.InnerFlag[int64]{

0 commit comments

Comments
 (0)