You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we would want the user to be able to change this profile data or delete this profile data. I have created a form on the frontend side of things but it may just be as easy as changing the backend permissions to allow PUTS to update the db.
The text was updated successfully, but these errors were encountered:
Currently only GET is allowed on http://localhost:8000/api/v1/current/profile/
This allows the user to get their current profile data that is shown at http://localhost:8080/settings/profile
However we would want the user to be able to change this profile data or delete this profile data. I have created a form on the frontend side of things but it may just be as easy as changing the backend permissions to allow PUTS to update the db.
The text was updated successfully, but these errors were encountered: