Closed bgentry closed 11 years ago
Are we trying to use v2 api paths in the v3 api?
@kr nah, it's more subtle. Due to a change in API v3 identifiers. We were passing this in for create:
{"name":"omgwtfapp","region":{}}
Because serializing with omitempty
apparently doesn't cover empty sub-structs.
About to push a fix up, but I wouldn't be surprised if there were more bugs uncovered because of this change in the API. I will do an audit for omitempty
to see if I can catch more.
Actually it looks like there aren't any more cases of this bug. :v: