vk_post_teams_6faf1e0edd19
Update an existing Vikunja team by providing its ID and a JSON body with the new team values. Directly modify team attributes via REST API.
Instructions
Updates a team. Raw Vikunja REST proxy for POST /teams/{id}. Updates a team. 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 | Team ID Required. | |
| body | Yes | The team with updated values you want to update. |