Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axshani authored Jan 3, 2024
1 parent a191e3e commit 74581f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this dependency to your project's POM:
```xml
<repositories>
<repository>
<id>sonatype-releases</id>
<id>sonatype-release</id>
<url>https://s01.oss.sonatype.org/content/repositories/releases/</url>
</repository>
</repositories>
Expand Down Expand Up @@ -94,4 +94,4 @@ if (include != null) {
localVarQueryParams.addAll(localVarApiClient.parameterToPair("include", include));
}
```
For parameters defined as deepObjects (beyond primitive types), these should be appended to localVarQueryParams after serialization via the toParams() function, rather than using localVarApiClient.parameterToPair() which is designed for primitive types exclusively.
For parameters defined as deepObjects (beyond primitive types), these should be appended to localVarQueryParams after serialization via the toParams() function, rather than using localVarApiClient.parameterToPair() which is designed for primitive types exclusively.

0 comments on commit 74581f6

Please sign in to comment.