Bug #15933
Updated by Peter Amstutz over 5 years ago
User setup can't be done from command line because it is missing the "uuid" parameter.
Also, it accepts a "user" object parameter but I don't think it does anything. It should be removed.
Also, trying to invoke "setup" gave a weird error, apparently it turned the 'setup' request into a 'update_uuid' request. Maybe controller is rewriting the request?
<pre>
{"errors":["request failed: http://localhost:8004/arvados/v1/users/ce8i5-tpzed-6oia07y9o4zvtl6/update_uuid: 422 Unprocessable Entity: #\u003cArgumentError: new_uuid parameter is required\u003e (req-92kuwtcxxmpmz2i94jr7)"]}
</pre>