Skip to content

Commit 10c16f9

Browse files
feat(api): manual updates
1 parent d86150d commit 10c16f9

12 files changed

Lines changed: 2053 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 14
1+
configured_endpoints: 15
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-c45c9faa82a7f8b0b0221deab17a0f6cc6b096906e192aea9ef535e17667008f.yml
33
openapi_spec_hash: f3330c699ed3a55e48cdeecfce379e7b
4-
config_hash: 7f48d078645cb8331328bcd6f6ab3281
4+
config_hash: 6f10592c7d0c3bafefc1271472283217

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,12 +491,11 @@ To forcibly omit a required parameter or property, pass [`JsonMissing`](brand-de
491491

492492
```java
493493
import com.branddev.api.core.JsonMissing;
494-
import com.branddev.api.models.brand.BrandAiQueryParams;
494+
import com.branddev.api.models.brand.BrandAiProductsParams;
495495
import com.branddev.api.models.brand.BrandRetrieveParams;
496496

497-
BrandRetrieveParams params = BrandAiQueryParams.builder()
498-
.domain("domain")
499-
.dataToExtract(JsonMissing.of())
497+
BrandRetrieveParams params = BrandAiProductsParams.builder()
498+
.domain(JsonMissing.of())
500499
.build();
501500
```
502501

0 commit comments

Comments
 (0)