feat: add note for ExApp sensitive configs

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
Andrey Borysenko
2025-05-27 21:02:07 +03:00
parent bb0d1e18b4
commit 09db08db7d
2 changed files with 8 additions and 0 deletions

View File

@@ -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
*************

View File

@@ -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
^^^^^^^^^^^^^^^^^^^^^