We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461c6b4 commit 5241c81Copy full SHA for 5241c81
README.md
@@ -384,7 +384,7 @@ This library is typed for convenient access to the documented API. If you need t
384
385
To make requests using undocumented parameters, you can provide or override parameters on the params object while building it.
386
387
-```kotlin
+```java
388
FooCreateParams address = FooCreateParams.builder()
389
.id("my_id")
390
.putAdditionalProperty("secret_prop", JsonValue.from("hello"))
0 commit comments