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
PaginatedRequestParams:
description:
Page params to search the collection (this is an exploded object, so pass the inner properties directly)type: objectproperties:
limit:
description: Number of elements to retrievetype: integerdefault: 50cursor:
description: Cursor from a previous searchtype: stringformat: base64returnCount:
description: Set to 'true' to obtain the total count of the collection (use only when necessary, may be performance-costly)type: booleandefault: false
Hello,
I'm using the 12.0.2
When an endpoint has a query param containing a nested object like this :
The request query is serialized like this :
however the type seems ok :
Looking at the issue history, it seemed to be handled at a time but a reverted in this fix :
#228
The text was updated successfully, but these errors were encountered: