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
Can confirm in linux bash version also now needing to be sent as an array: request='[{"data":"'$currentIp'","ttl":3600}]'
It appears GoDaddy now requires request to be sent as an array of one object instead of a lone object.
Ran into this today and created a pull request #7, unfortunately without seeing this first; so that's 20 minutes of my life spent on the valuable lesson of looking at issues before doing debugging on your own
To get this to work I had to add the -AsArray property to the concerto-json command.
$JSON = Convertto-Json $request -AsArray
The text was updated successfully, but these errors were encountered: