vk_put_user_05b2c0bba8e2
Upload a user avatar to your Vikunja profile, setting the avatar provider to upload. This tool assigns the uploaded image as your profile picture.
Instructions
Upload a user avatar. Raw Vikunja REST proxy for PUT /user/settings/avatar/upload. Upload a user avatar. This will also set the user's avatar provider to "upload" Pass multipart form data in the form field. File values use an object with filename, contentBase64 and optional contentType. Multi-file fields accept arrays. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Form fields: avatar. Required: avatar. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | Multipart form data fields: avatar (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload. |