Skip to content

Commit b4f32bb

Browse files
feat(api): api update
1 parent f856a6b commit b4f32bb

3 files changed

Lines changed: 8 additions & 8 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: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5d8a3aa0989801327fd29a79aee2e644e57b6758feabcd3c95c7567cdc50e2b0.yml
3-
openapi_spec_hash: dbef0b13af16ee28208dc660903a28d6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-ace647670dd24a6335738fb26360272dd0764b0f402e0186df0e92ecd0881c13.yml
3+
openapi_spec_hash: c21512e10bd012cd347bb4afff7da9ae
44
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ def styleguide(
530530
531531
prioritize: Optional parameter to prioritize screenshot capture for styleguide extraction.
532532
If 'speed', optimizes for faster capture with basic quality. If 'quality',
533-
optimizes for higher quality with longer wait times. Defaults to 'speed' if not
534-
provided.
533+
optimizes for higher quality with longer wait times. Defaults to 'quality' if
534+
not provided.
535535
536536
timeout_ms: Optional timeout in milliseconds for the request. If the request takes longer
537537
than this value, it will be aborted with a 408 status code. Maximum allowed
@@ -1055,8 +1055,8 @@ async def styleguide(
10551055
10561056
prioritize: Optional parameter to prioritize screenshot capture for styleguide extraction.
10571057
If 'speed', optimizes for faster capture with basic quality. If 'quality',
1058-
optimizes for higher quality with longer wait times. Defaults to 'speed' if not
1059-
provided.
1058+
optimizes for higher quality with longer wait times. Defaults to 'quality' if
1059+
not provided.
10601060
10611061
timeout_ms: Optional timeout in milliseconds for the request. If the request takes longer
10621062
than this value, it will be aborted with a 408 status code. Maximum allowed

src/brand/dev/types/brand_styleguide_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class BrandStyleguideParams(TypedDict, total=False):
2020
"""Optional parameter to prioritize screenshot capture for styleguide extraction.
2121
2222
If 'speed', optimizes for faster capture with basic quality. If 'quality',
23-
optimizes for higher quality with longer wait times. Defaults to 'speed' if not
24-
provided.
23+
optimizes for higher quality with longer wait times. Defaults to 'quality' if
24+
not provided.
2525
"""
2626

2727
timeout_ms: Annotated[int, PropertyInfo(alias="timeoutMS")]

0 commit comments

Comments
 (0)