update_users_avatar
Update the Trakt user's avatar with a new image payload. Solves changing profile pictures via the API.
Instructions
Update avatar.
PUT /users/avatar
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |