put https://api.meya.ai/users/
Completely overwrite user with new data.
Be careful!
PUT
will overwrite all data for the given user. Consider usingPATCH
to update some fields, while leaving others untouched.
Completely overwrite user with new data.
Be careful!
PUT
will overwrite all data for the given user. Consider usingPATCH
to update some fields, while leaving others untouched.
Try It!
to start a request and see the response here!