Skip to content

Commit cff5080

Browse files
committed
chore: update samples
1 parent d289393 commit cff5080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api

samples/client/echo_api/java/restclient/src/main/java/org/openapitools/client/api/QueryApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,8 @@ private ResponseSpec testQueryStyleJsonSerializationObjectRequestCreation(@jakar
814814
final MultiValueMap<String, String> cookieParams = new LinkedMultiValueMap<>();
815815
final MultiValueMap<String, Object> formParams = new LinkedMultiValueMap<>();
816816

817-
queryParams.putAll(apiClient.parameterToMultiValueMapJson(null, "json_serialized_object_ref_string_query", jsonSerializedObjectRefStringQuery));
818-
queryParams.putAll(apiClient.parameterToMultiValueMapJson(ApiClient.CollectionFormat.valueOf("csv".toUpperCase(Locale.ROOT)), "json_serialized_object_array_ref_string_query", jsonSerializedObjectArrayRefStringQuery));
817+
queryParams.putAll(apiClient.parameterToMultiValueMap(null, "json_serialized_object_ref_string_query", jsonSerializedObjectRefStringQuery));
818+
queryParams.putAll(apiClient.parameterToMultiValueMap(ApiClient.CollectionFormat.valueOf("csv".toUpperCase(Locale.ROOT)), "json_serialized_object_array_ref_string_query", jsonSerializedObjectArrayRefStringQuery));
819819

820820
final String[] localVarAccepts = {
821821
"text/plain"

0 commit comments

Comments
 (0)