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
but according to the description this parameter has complex logic that cannot be represented by map, instead it is like a string that contain customized format, as described <resource>?key[.key ...]<FC>value[&key[.key ...]<FC>value ...]
The <FC> comparator cannot be represented by a key-value pair object.
I think it should be changed to string
The text was updated successfully, but these errors were encountered:
Description
The parameter
params
in /events endpoint has below spec, which according to openapi, it will be a key-value map.but according to the
description
this parameter has complex logic that cannot be represented by map, instead it is like a string that contain customized format, as described<resource>?key[.key ...]<FC>value[&key[.key ...]<FC>value ...]
The
<FC>
comparator cannot be represented by a key-value pair object.I think it should be changed to string
The text was updated successfully, but these errors were encountered: