Added the ability to edit your profile through the members API
Short description
Added the ability to edit your profile through the members API
Steps to use this feature
- Send a PATCH request to
http://localhost:8000/api/v1/members/[me|pk]/
with the fields to change in the body. - Notice your profile has been updated updated.
Edited by Gijs Hendriksen