vk_put_projects_53585a63b2d6
Upload a project background image to a Vikunja project. Provide the project ID and background file in multipart form data to set or update the background.
Instructions
Upload a project background. Raw Vikunja REST proxy for PUT /projects/{id}/backgrounds/upload. Upload a project background. 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: background. Required: background. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project ID Required. | |
| form | Yes | Multipart form data fields: background (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload. |