We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gives error:
[8] pry(main)> heroku.formation.update s.name, 'web', { quantity: 1, size: "1X" } Excon::Error::UnprocessableEntity: Expected([200, 201, 202, 204, 206, 304]) <=> Actual(422 Unprocessable Entity) from /Users/timo/.rvm/gems/ruby-2.3.0@api/gems/excon-0.60.0/lib/excon/middlewares/expects.rb:7:in `response_call'
As one might expect, this works:
heroku.formation.update s.name, 'web', { quantity: 1, size: "Standard-1X" }
The text was updated successfully, but these errors were encountered:
Fix size args 1X,2X -> Standard-1X, Standard-2X
905f68c
Issue heroku#83
Fix size args 1X,2X -> Standard-1X, Standard-2X (#84)
d857d0b
Issue #83
No branches or pull requests
Gives error:
As one might expect, this works:
The text was updated successfully, but these errors were encountered: