File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 25d7d7aa4882db6189b4b53e8e249e80
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ final class Entity implements BaseModel
174174 public string $ type ;
175175
176176 /**
177- * The validation results for the entity.
177+ * The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
178178 */
179179 #[Required]
180180 public ?Validation $ validation ;
@@ -515,7 +515,7 @@ public function withType(Type|string $type): self
515515 }
516516
517517 /**
518- * The validation results for the entity.
518+ * The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
519519 *
520520 * @param Validation|ValidationShape|null $validation
521521 */
Original file line number Diff line number Diff line change 1111use Increase \Entities \Entity \Validation \Status ;
1212
1313/**
14- * The validation results for the entity.
14+ * The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
1515 *
1616 * @phpstan-import-type IssueShape from \Increase\Entities\Entity\Validation\Issue
1717 *
You can’t perform that action at this time.
0 commit comments