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
is expected to be callable using http protocol in the following manner: https://example.com/v1/search?polygon[0][lat]=55.11&polygon[0][lon]=55.22 but at the moment fields with repeated custom messages are just ignored from generated http server and swagger spec.
The text was updated successfully, but these errors were encountered:
For example an RPC like this
is expected to be callable using http protocol in the following manner:
https://example.com/v1/search?polygon[0][lat]=55.11&polygon[0][lon]=55.22
but at the moment fields with repeated custom messages are just ignored from generated http server and swagger spec.The text was updated successfully, but these errors were encountered: