vk_put_labels_579a24596e31
Update an existing Vikunja label by providing its ID and the label object. Requires creator permissions.
Instructions
Update a label. Raw Vikunja REST proxy for PUT /labels/{id}. Update an existing label. The user needs to be the creator of the label to be able to do this. 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 | Label ID Required. | |
| body | Yes | The label object |