vk_put_projects_f6b76ac673f7
Creates a new task in a Vikunja project via REST API. Supply the project ID and task object in the request body.
Instructions
Create a task. Raw Vikunja REST proxy for PUT /projects/{id}/tasks. Inserts a task into a project. 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 task object |