gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

Change user avatar at PUT /api/v2/users/{user}/avatar #432

Open raffis opened 4 years ago

raffis commented 4 years ago

Describe the change

The user avatar should be replaced at PUT /api/v2/users/{user}/avatar.

Current situation

Currently the user avatar is changed by issuing a PATCH to /api/v2/users/{user} with a base64 encoded png image in a field avatar.

Should

Additional context

Also see #418.