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
It seems like the ovh library is treating numeric 0 as null and not sending it, while a String of 0 is properly sent. Other numbers work as expected when sent as Numbers.
The text was updated successfully, but these errors were encountered:
I am executing the following call in order to add a firewall rule on the IP:
Consider the following
ruleObj
:This will fail with error:
error=400, message=Missing sequence parameter while calling creation handler
However, when I use the following, it works!:
It seems like the
ovh
library is treating numeric0
as null and not sending it, while aString
of 0 is properly sent. Other numbers work as expected when sent as Numbers.The text was updated successfully, but these errors were encountered: