dangogh commented on issue #3168: Cannot update current user with curl
URL: https://github.com/apache/trafficcontrol/issues/3168#issuecomment-450405508
 
 
   ahh..    looking at the payload sent by TP -- format requires it to be 
embedded in an object with the "user" key:
   ```
   {
      "user" : {
            "username": "me",
            ...
      }
   }
   ```
   
   Example in the docs shows the same:
   https://trafficcontrol.apache.org/docs/latest/api/user_current.html

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to