ra-amitkumar

Results 2 issues of ra-amitkumar

https://github.com/IBM-Cloud/bluemix-go/blob/master/api/cis/cisv1/dns.go#L110 The method used should be Put according to CIS [documentation](https://cloud.ibm.com/apidocs/cis/dnsrecords#update-a-dns-record). This fails with `405 Method not allowed error`.

One of our application uses the SDK for talking to the CIS API. The SDK handles the case where the access token expires but does not handle the case where...