Authorization: Bearer ********************{
"changeAvatar": false,
"orgTreePrivacy": {
"showOrgTreePrivacy": "new ArrayList<>()"
},
"informationPrivacy": {
"hideType": "new ArrayList<>()",
"whitesList": {
"type": "part",
"data": "new ArrayList<>()"
}
}
}curl --location --request POST '/eims/api/admin/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"changeAvatar": false,
"orgTreePrivacy": {
"showOrgTreePrivacy": "new ArrayList<>()"
},
"informationPrivacy": {
"hideType": "new ArrayList<>()",
"whitesList": {
"type": "part",
"data": "new ArrayList<>()"
}
}
}'{
"changeAvatar": false,
"orgTreePrivacy": {
"showOrgTreePrivacy": [
""
]
},
"informationPrivacy": {
"hideType": [
""
],
"whitesList": {
"type": "",
"data": [
""
]
}
}
}