vk_post_projects_8d2cec004db2
Change a team's permission level on a project by updating the team-project relation. Send the updated team details in the request body.
Instructions
Update a team <-> project relation. Raw Vikunja REST proxy for POST /projects/{projectID}/teams/{teamID}. Update a team <-> project relation. Mostly used to update the permission that team has. 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 |
|---|---|---|---|
| body | Yes | The team you want to update. | |
| teamID | No | Team ID Required. | |
| teamId | No | Team ID Required. | |
| team_id | No | Team ID Required. | |
| projectID | No | Project ID Required. | |
| projectId | No | Project ID Required. | |
| project_id | No | Project ID Required. |