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
HCloud::Server.create apparently accepts a source_server attribute instead of image.
/home/florian/Code/hcloud/lib/hcloud/http.rb:52:in `post': invalid input in fields 'source_server', 'image' (HCloud::Errors::InvalidInput)
from /home/florian/Code/hcloud/lib/hcloud/client.rb:30:in `post'
from /home/florian/Code/hcloud/lib/hcloud/concerns/creatable.rb:12:in `create'
from <internal:kernel>:90:in `tap'
from /home/florian/Code/hcloud/lib/hcloud/concerns/creatable.rb:40:in `create'
from (irb):4:in `<main>'
from bin/console:18:in `<main>'
The text was updated successfully, but these errors were encountered:
HCloud::Server.create
apparently accepts asource_server
attribute instead ofimage
.The text was updated successfully, but these errors were encountered: