User update himself PUT /users/me

System Information
  • Strapi Version: 3.1.7
  • Operating System:
  • Database: mongo
  • Node Version: 10.0.0
  • NPM Version: 6.0.0
  • Yarn Version:

Hi,

I’m trying to do a put in the user collection. I would like an authenticated user can update himself.
I follow the steps in the video here


(before i get the token with /auth/local of course)
But i have a 404 “entry not found”. Is there something i missed ?

Thanks in advance !

hey u are sending the body the wrong way u have to send it using raw json nad u have to add content-type: application/json in ur headers. let me know if it worked :wink: