OVH API expects Boolean values in the querystring to be sent as lower case 'true' or 'false' string. Such cases are typically represented as checkboxes in https://api.ovh.com/console. This PR adds the fix and the related regression test.
@ncrocfer Can you confirm this fixes your issue before I can merge?
OVH API expects Boolean values in the querystring to be sent as lower case 'true' or 'false' string. Such cases are typically represented as checkboxes in https://api.ovh.com/console. This PR adds the fix and the related regression test.
@ncrocfer Can you confirm this fixes your issue before I can merge?