feat(preferences_ex): adjust note about sensitive flag with encryption (#13177)

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
Andrey Borysenko
2025-06-04 16:36:50 +00:00
committed by GitHub
parent 9feec433f6
commit 28e94b195f
2 changed files with 4 additions and 2 deletions

View File

@@ -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)"
}

View File

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