You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These can be accessed on the built object later using the `_additionalHeaders()`, `_additionalQueryParams()`, and `_additionalBodyProperties()` methods.
325
325
326
-
To set a documented parameter or property to an undocumented or not yet supported _value_, pass a [`JsonValue`](terminal-java-core/src/main/kotlin/shop/terminal/api/core/JsonValue.kt) object to its setter:
326
+
To set a documented parameter or property to an undocumented or not yet supported _value_, pass a [`JsonValue`](terminal-java-core/src/main/kotlin/shop/terminal/api/core/Values.kt) object to its setter:
The most straightforward way to create a [`JsonValue`](terminal-java-core/src/main/kotlin/shop/terminal/api/core/Values.kt) is using its `from(...)` method:
0 commit comments