We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eb7cd commit 90c3546Copy full SHA for 90c3546
1 file changed
README.md
@@ -338,7 +338,7 @@ This library is typed for convenient access to the documented API. If you need t
338
339
To make requests using undocumented parameters, you can provide or override parameters on the params object while building it.
340
341
-```kotlin
+```java
342
FooCreateParams address = FooCreateParams.builder()
343
.id("my_id")
344
.putAdditionalProperty("secret_prop", JsonValue.from("hello"))
0 commit comments