mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
feat(preferences_ex): adjust note about sensitive flag with encryption (#13177)
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ Request data
|
||||
{
|
||||
"configKey": "key",
|
||||
"configValue": "value"
|
||||
"sensitive": "sensitive flag affecting the visibility of the value (0/1, default: 0)"
|
||||
"sensitive": "store value encrypted in the database (0/1, default: 0)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -23,9 +23,11 @@ Request data
|
||||
|
||||
{
|
||||
"configKey": "key",
|
||||
"configValue": "value"
|
||||
"configValue": "value",
|
||||
"sensitive": "store value encrypted in the database (0/1, default: 0)"
|
||||
}
|
||||
|
||||
|
||||
Response data
|
||||
*************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user