Skip to main content

createProfileImage

createProfileImage

Request Body REQUIRED

A new avatar for the user

file binary REQUIRED
Responses
201
Schema OPTIONAL
profileImagePath string
userId string
createProfileImage
POST /user/profile-image
Body
file
file
/api
curl -L -X POST '/api/user/profile-image' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json'