File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : bb3f3ba0dca413263e40968648f9a1a6
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments