diff --git a/documentation/docs/changelog/0.1.6.md b/documentation/docs/changelog/0.1.6.md index b31abcfd..ff5ce947 100644 --- a/documentation/docs/changelog/0.1.6.md +++ b/documentation/docs/changelog/0.1.6.md @@ -56,6 +56,22 @@ dev_mode allows developers to view original responses from OpenAdmin and detaile - json responses are not minified - detailed error messages are shown + +To enable dev_mode: + +``` +opencli config update dev_mode on +``` + +To disable dev_mode: + +``` +opencli config update dev_mode on +``` + +and restart *admin* service. + + ---- ### BasicAuth for OpenAdmin