Skip to content

Commit bf48ceb

Browse files
feat(api): api update
1 parent b5e8905 commit bf48ceb

3 files changed

Lines changed: 5 additions & 5 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: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-4bc00d073aa6c38b3299c9fc2e197ba9e25df5defca2508a0a0c83bf08237b00.yml
3-
openapi_spec_hash: b68c73667402fd727825555413522ce6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-f15e63fe284d980e63fbbba5b3f845f91565f43e4c0b3182bb5d8bd55fda2a51.yml
3+
openapi_spec_hash: 5f833c91cc4541722b10451a4629c1bc
44
config_hash: 91cf2dcefb99c39eb9cd3e98e15d6011

src/brand/dev/resources/brand.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,7 @@ def web_scrape_html(
23922392
23932393
max_age_ms: Return a cached result if a prior scrape for the same parameters exists and is
23942394
younger than this many milliseconds. Defaults to 1 day (86400000 ms) when
2395-
omitted. Set to 0 to always scrape fresh.
2395+
omitted. Max is 30 days (2592000000 ms). Set to 0 to always scrape fresh.
23962396
23972397
extra_headers: Send extra headers
23982398
@@ -4906,7 +4906,7 @@ async def web_scrape_html(
49064906
49074907
max_age_ms: Return a cached result if a prior scrape for the same parameters exists and is
49084908
younger than this many milliseconds. Defaults to 1 day (86400000 ms) when
4909-
omitted. Set to 0 to always scrape fresh.
4909+
omitted. Max is 30 days (2592000000 ms). Set to 0 to always scrape fresh.
49104910
49114911
extra_headers: Send extra headers
49124912

src/brand/dev/types/brand_web_scrape_html_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class BrandWebScrapeHTMLParams(TypedDict, total=False):
1717
"""
1818
Return a cached result if a prior scrape for the same parameters exists and is
1919
younger than this many milliseconds. Defaults to 1 day (86400000 ms) when
20-
omitted. Set to 0 to always scrape fresh.
20+
omitted. Max is 30 days (2592000000 ms). Set to 0 to always scrape fresh.
2121
"""

0 commit comments

Comments
 (0)