Skip to content

Commit aac4e9e

Browse files
feat(api): api update
1 parent 4b5343e commit aac4e9e

2 files changed

Lines changed: 5 additions & 5 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: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5d8a3aa0989801327fd29a79aee2e644e57b6758feabcd3c95c7567cdc50e2b0.yml
3-
openapi_spec_hash: dbef0b13af16ee28208dc660903a28d6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-ace647670dd24a6335738fb26360272dd0764b0f402e0186df0e92ecd0881c13.yml
3+
openapi_spec_hash: c21512e10bd012cd347bb4afff7da9ae
44
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand/BrandStyleguideParams.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private constructor(
3636
/**
3737
* Optional parameter to prioritize screenshot capture for styleguide extraction. If 'speed',
3838
* optimizes for faster capture with basic quality. If 'quality', optimizes for higher quality
39-
* with longer wait times. Defaults to 'speed' if not provided.
39+
* with longer wait times. Defaults to 'quality' if not provided.
4040
*/
4141
fun prioritize(): Optional<Prioritize> = Optional.ofNullable(prioritize)
4242

@@ -95,7 +95,7 @@ private constructor(
9595
/**
9696
* Optional parameter to prioritize screenshot capture for styleguide extraction. If
9797
* 'speed', optimizes for faster capture with basic quality. If 'quality', optimizes for
98-
* higher quality with longer wait times. Defaults to 'speed' if not provided.
98+
* higher quality with longer wait times. Defaults to 'quality' if not provided.
9999
*/
100100
fun prioritize(prioritize: Prioritize?) = apply { this.prioritize = prioritize }
101101

@@ -254,7 +254,7 @@ private constructor(
254254
/**
255255
* Optional parameter to prioritize screenshot capture for styleguide extraction. If 'speed',
256256
* optimizes for faster capture with basic quality. If 'quality', optimizes for higher quality
257-
* with longer wait times. Defaults to 'speed' if not provided.
257+
* with longer wait times. Defaults to 'quality' if not provided.
258258
*/
259259
class Prioritize @JsonCreator private constructor(private val value: JsonField<String>) : Enum {
260260

0 commit comments

Comments
 (0)