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