vikunja-api-0.24.6.0: Auto-generated vikunja-api API Client
Safe HaskellNone
LanguageHaskell2010

Vikunja.API.Testing

Description

 
Synopsis

Operations

Testing

testTablePatch

testTablePatch Source #

Arguments

:: Table

"table" - The table to reset

-> VikunjaRequest TestTablePatch MimeNoContent [UserUser] MimeJSON 
PATCH /test/{table}

Reset the db to a defined state

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.

data TestTablePatch Source #

Instances

Instances details
Produces TestTablePatch MimeJSON Source #
application/json
Instance details

Defined in Vikunja.API.Testing