Path: / {BASE} / system / database / reinit

Reinitialise the database configuration. Will close the database connection and reopen it, possibly with new settings.


Resource Methods
Method Summary
NameDescription
POST /{BASE}/system/database/reinitReinitialise the database configuration.

Method Detail

POST /{BASE}/system/database/reinit

Reinitialise the database configuration. Will close the database connection and reopen it, possibly with new settings.

HTTP Example:
POST /{BASE}/system/database/reinit
API Example:

SystemWebService.reinitDatabase({});

Output:
Response - ok if successful, 500 if not
HTTP return codes:
200 - if database was reinitialised successfully
500 - if there was an error while reinitialising database (see log)