Skip to content

Commit e850add

Browse files
feat(api): manual updates
1 parent 9432a17 commit e850add

2 files changed

Lines changed: 7 additions & 3 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: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml
3-
openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-aff48154fa37f0eb293cf660842ceab35c597509aee08f6b76df066828229c58.yml
3+
openapi_spec_hash: a8ade5d7246da14e2ff161e829d11c12
44
config_hash: 8f3ee44d690a305369555016a77ed016

src/brand/dev/types/brand_retrieve_response.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ class Brand(BaseModel):
153153
"""The domain name of the brand"""
154154

155155
fonts: Optional[List[BrandFont]] = None
156-
"""An array of fonts used by the brand's website"""
156+
"""An array of fonts used by the brand's website.
157+
158+
NOTE: This is deprecated and will be removed in the future. Please migrate to
159+
the styleguide API.
160+
"""
157161

158162
logos: Optional[List[BrandLogo]] = None
159163
"""An array of logos associated with the brand"""

0 commit comments

Comments
 (0)