When POSTing to /webapps/
, if you supply a virtualenv_path
it is ignored. When you update the same webapp using PUT with that parameter, it is applied.
Is there a reason why it cannot be specified with POST
, saving the extra update and reload operations?
Thanks Brett