Skip to content

Commit 8cfbec2

Browse files
feat(api): api update
1 parent 28ba1e9 commit 8cfbec2

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-ace647670dd24a6335738fb26360272dd0764b0f402e0186df0e92ecd0881c13.yml
3-
openapi_spec_hash: c21512e10bd012cd347bb4afff7da9ae
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-1cadf490ec9941e4b33dfb59ae0934be9d072a9f12349effcf7d8721c19061f5.yml
3+
openapi_spec_hash: 03b8b8f0ea9eaadaa6f68bc8c738dcc0
44
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ def retrieve(
150150
parameters.
151151
152152
ticker: Stock ticker symbol to retrieve brand data for (e.g., 'AAPL', 'GOOGL', 'BRK.A').
153-
Must be 1-6 characters, letters/numbers/dots only. Cannot be used with domain or
154-
name parameters.
153+
Must be 1-10 characters, letters/numbers/dots only. Cannot be used with domain
154+
or name parameters.
155155
156156
timeout_ms: Optional timeout in milliseconds for the request. If the request takes longer
157157
than this value, it will be aborted with a 408 status code. Maximum allowed
@@ -675,8 +675,8 @@ async def retrieve(
675675
parameters.
676676
677677
ticker: Stock ticker symbol to retrieve brand data for (e.g., 'AAPL', 'GOOGL', 'BRK.A').
678-
Must be 1-6 characters, letters/numbers/dots only. Cannot be used with domain or
679-
name parameters.
678+
Must be 1-10 characters, letters/numbers/dots only. Cannot be used with domain
679+
or name parameters.
680680
681681
timeout_ms: Optional timeout in milliseconds for the request. If the request takes longer
682682
than this value, it will be aborted with a 408 status code. Maximum allowed

src/brand/dev/types/brand_retrieve_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ class BrandRetrieveParams(TypedDict, total=False):
9393
ticker: str
9494
"""Stock ticker symbol to retrieve brand data for (e.g., 'AAPL', 'GOOGL', 'BRK.A').
9595
96-
Must be 1-6 characters, letters/numbers/dots only. Cannot be used with domain or
97-
name parameters.
96+
Must be 1-10 characters, letters/numbers/dots only. Cannot be used with domain
97+
or name parameters.
9898
"""
9999

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

0 commit comments

Comments
 (0)