Skip to content

Commit 7c294f5

Browse files
feat(api): manual updates
1 parent f0c03e6 commit 7c294f5

3 files changed

Lines changed: 8 additions & 9 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: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-194e1804daeb0a1bcd2443be8893ab999d428dcacaab17cf355097942627439a.yml
3-
openapi_spec_hash: de3391b2db78e2fb0aaa03d30ec9a0f3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-a7423608799de2e84c90b72631f43efa0cf95b539851c18a2516d1a42f4112ad.yml
3+
openapi_spec_hash: f992d862ed76ee352ab0a240ec0a44e9
44
config_hash: bb3f3ba0dca413263e40968648f9a1a6

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def retrieve(
134134
force_language: Optional parameter to force the language of the retrieved brand data
135135
136136
max_speed: Optional parameter to optimize the API call for maximum speed. When set to true,
137-
the API will skip social media data extraction and external service calls (like
138-
Crunchbase) to return results faster with basic brand information only.
137+
the API will skip time-consuming operations for faster response at the cost of
138+
less comprehensive data.
139139
140140
extra_headers: Send extra headers
141141
@@ -503,8 +503,8 @@ async def retrieve(
503503
force_language: Optional parameter to force the language of the retrieved brand data
504504
505505
max_speed: Optional parameter to optimize the API call for maximum speed. When set to true,
506-
the API will skip social media data extraction and external service calls (like
507-
Crunchbase) to return results faster with basic brand information only.
506+
the API will skip time-consuming operations for faster response at the cost of
507+
less comprehensive data.
508508
509509
extra_headers: Send extra headers
510510

src/brand/dev/types/brand_retrieve_params.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class BrandRetrieveParams(TypedDict, total=False):
7272
max_speed: Annotated[bool, PropertyInfo(alias="maxSpeed")]
7373
"""Optional parameter to optimize the API call for maximum speed.
7474
75-
When set to true, the API will skip social media data extraction and external
76-
service calls (like Crunchbase) to return results faster with basic brand
77-
information only.
75+
When set to true, the API will skip time-consuming operations for faster
76+
response at the cost of less comprehensive data.
7877
"""

0 commit comments

Comments
 (0)