update_user_image
Replace a user's profile image by supplying the user ID and a local image file path.
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. |