vk_patch_test_48973863d43c
Reset a database table to a defined state by sending test content via PATCH to the /test endpoint.
Instructions
Reset the db to a defined state. Raw Vikunja REST proxy for PATCH /test/{table}. Fills the specified table with the content provided in the payload. You need to enable the testing endpoint before doing this and provide the Authorization: <token> secret when making requests to this endpoint. See docs for more details. 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 | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| table | No | The table to reset Required. |