Actions
Bug #2965
closedIn update --name and --new-name does not work
Description
--new-name is not set inside the entity hash
hammer proxy update --id 1 --new-name "Dev Proxy"
translates to
Processing by Api::V1::SmartProxiesController#update as JSON
Parameters: {"smart_proxy"=>{}, "name"=>"Dev Proxy", "id"=>"1"}
Actions