mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
feat: add note for ExApp sensitive configs
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
@@ -4,6 +4,10 @@ AppConfig
|
||||
|
||||
The ExApp AppConfig API is similar to the standard Nextcloud **appconfig** API.
|
||||
|
||||
.. note::
|
||||
Since Nextcloud 32, sensitive config values are encrypted in the database.
|
||||
|
||||
|
||||
Set app config value
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
@@ -24,6 +28,7 @@ Request data
|
||||
"sensitive": "sensitive flag affecting the visibility of the value (0/1, default: 0)"
|
||||
}
|
||||
|
||||
|
||||
Response data
|
||||
*************
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@ Preferences
|
||||
The ExApp preferences API is similar to the standard preferences API.
|
||||
It is a user specific setting.
|
||||
|
||||
.. note::
|
||||
Since Nextcloud 32, sensitive config values are encrypted in the database.
|
||||
|
||||
|
||||
Set user config value
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user