Skip to content

Commit 3e2472c

Browse files
feat(api): api update
1 parent c4048f8 commit 3e2472c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-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

entity.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ type Entity struct {
157157
// A constant representing the object's type. For this resource it will always be
158158
// `entity`.
159159
Type EntityType `json:"type" api:"required"`
160-
// The validation results for the entity.
160+
// The validation results for the entity. Learn more about
161+
// [validations](/documentation/entity-validation).
161162
Validation EntityValidation `json:"validation" api:"required,nullable"`
162163
ExtraFields map[string]interface{} `json:"-" api:"extrafields"`
163164
JSON entityJSON `json:"-"`
@@ -1358,7 +1359,8 @@ func (r EntityType) IsKnown() bool {
13581359
return false
13591360
}
13601361

1361-
// The validation results for the entity.
1362+
// The validation results for the entity. Learn more about
1363+
// [validations](/documentation/entity-validation).
13621364
type EntityValidation struct {
13631365
// The list of issues that need to be addressed.
13641366
Issues []EntityValidationIssue `json:"issues" api:"required"`

0 commit comments

Comments
 (0)