Closed e-caste closed 2 years ago
POST /v1/updateUserPicture
Request body:
{ "userId": "sXXX", // one of the assigned ones "newPicture": file encoded in base64 }
Reduce image to fixed size in frontend, otherwise users can DOS our server with huge pictures.
POST /v1/updateUserPicture
Request body:
Reduce image to fixed size in frontend, otherwise users can DOS our server with huge pictures.