testing

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.

patch/test/{table}

Path parameters

tablestring required

The table to reset

Response

Everything has been imported successfully.

createdstring

A timestamp when this task was created. You cannot change this value.

emailstring

The user's email address.

idinteger

The unique, numeric id of this user.

namestring

The full name of the user.

updatedstring

A timestamp when this task was last updated. You cannot change this value.

usernamestring

The username of the user. Is always unique.

Changes