Skip to content

Commit 1a66444

Browse files
feat(api): api update
1 parent d8e3d0f commit 1a66444

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-81da26cfd6540bc5195c268095b26df132373e932997f224d19247a36e1a1183.yml
3-
openapi_spec_hash: 7b9bbc35378f2fc47629810923bd0017
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f8f6ba45132556b8cd3b7aec8578241638d4774e41ac769df78731d919c1825f.yml
3+
openapi_spec_hash: 9c80a378f9fb89d648f47596aef948d9
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/entity.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,10 @@ class ValidationIssue(BaseModel):
782782

783783

784784
class Validation(BaseModel):
785-
"""The validation results for the entity."""
785+
"""The validation results for the entity.
786+
787+
Learn more about [validations](/documentation/entity-validation).
788+
"""
786789

787790
issues: List[ValidationIssue]
788791
"""The list of issues that need to be addressed."""
@@ -914,7 +917,10 @@ class Entity(BaseModel):
914917
"""
915918

916919
validation: Optional[Validation] = None
917-
"""The validation results for the entity."""
920+
"""The validation results for the entity.
921+
922+
Learn more about [validations](/documentation/entity-validation).
923+
"""
918924

919925
if TYPE_CHECKING:
920926
# Some versions of Pydantic <2.8.0 have a bug and don’t allow assigning a

0 commit comments

Comments
 (0)