Skip to content

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

  1. Send a PATCH request to http://localhost:8000/api/v1/members/[me|pk]/ with the fields to change in the body.
  2. Notice your profile has been updated updated.
Edited by Gijs Hendriksen

Merge request reports