update_user_image
Update a user's profile image by specifying their user ID and uploading a new image file to replace the existing picture.
Instructions
Update User Image [POST /api/users/{id}/image] Updates a User Image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | File fields (profile) must be absolute paths to local files to upload. |