Profile Picture Partial Update

PATCH /user/profile/update-profile-picture/

Use the PATCH /user/profile/update-profile-picture/ endpoint to update the profile picture for a user's profile.


Parameters

Name

Type

In

Description

profile_pic

File

formData

The new profile picture to upload.


Responses

200 OK

Description: The profile picture was successfully updated.

Response Content Type: application/json

Example Response Body:

{
  "profile_pic": "https://example.com/profile-pictures/updated-picture.jpg"
}

Last updated