PUT /user/current doesn't work #6367
Labels
high impact
impacts the basic function, deployment, or operation of a CDN
regression bug
a bug in existing functionality introduced by a new version
Traffic Ops
related to Traffic Ops
Milestone
This Bug Report affects these Traffic Control components:
Current behavior:
A PUT request
/user/current
is incapable of modifying anything about the current user - except that it does updatelastUpdated
.Expected behavior:
You should be able to update your user using a PUT request to
/user/current
, as this was possible in previous Traffic Ops versions.Steps to reproduce:
/user/current
e.g./user/current
e.g.Note that subsequent GET requests to /user/current or /users will confirm that nothing changed
The text was updated successfully, but these errors were encountered: