-
Notifications
You must be signed in to change notification settings - Fork 94
[BUG] InstallationID is typed incorrectly #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also just hit this and came to report the same issue! |
Was marked as `string`, but api returns `integer` Closes netlify#162
Hi, any chance this will be merged soon? I face the same issue. Thanks! |
Sorry, but the problem still exists. This is the debug output from Terraform trying to import the Netlify site:
I see the PR and the updated Swagger API documentation, but it still does not work. Any ideas how to solve this? Thanks, |
@peckeltw #170 should fix this |
Hi,
It appears that
InstallationID
is typed incorrectly - it's specified as astring
, but the API actually returns an integer, leading to unmarshal errors, as seen in the Terraform provider when importing an existing instance:The offending line is:
open-api/go/models/repo_info.go
Line 37 in 9abe15a
And in swagger:
open-api/swagger.yml
Lines 1737 to 1738 in 9abe15a
Thanks,
Tom
The text was updated successfully, but these errors were encountered: