89 90 91 92
# File 'lib/vmc/client.rb', line 89 def update_app(name, manifest) check_login_status json_put(path(VMC::APPS_PATH, name), manifest) end