vk_post_projects_9978989ab223
Update a Vikunja project by providing its ID and a JSON body with updated values. This tool sends a POST request to the project endpoint to modify project details.
Instructions
Updates a project. Raw Vikunja REST proxy for POST /projects/{id}. Updates a project. This does not include adding a task (see below). 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 ID Required. | |
| body | Yes | The project with updated values you want to update. |