{
"storageKey": "local",
"path": "/",
"password": "123456"
}curl --location 'https://demo.zfile.vip/api/site/config/storage' \
--header 'Content-Type: application/json' \
--data '{
"storageKey": "local",
"path": "/",
"password": "123456"
}'{
"code": "0",
"msg": "ok",
"data": {
"readmeText": "string",
"readmeDisplayMode": "top",
"defaultSwitchToImgMode": true,
"permission": {
"property1": true,
"property2": true
},
"metadata": {
"uploadType": "MICROSOFT",
"supportRenameFolder": true,
"supportMoveFolder": true,
"supportCopyFolder": true,
"supportDeleteNotEmptyFolder": true,
"needCreateFolderBeforeUpload": true
},
"rootPath": "string"
},
"dataCount": 0,
"traceId": "string"
}