vk_post_projects_1786d4524662
Updates a project view in Vikunja using the REST API. Provide the project ID, view ID, and JSON body with the updated view fields.
Instructions
Updates a project view. Raw Vikunja REST proxy for POST /projects/{project}/views/{id}. Updates a project view. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project View ID Required. | |
| body | Yes | The project view with updated values you want to change. | |
| project | No | Project ID Required. |