{
"recordDownloadLog": true,
"refererType": "off",
"refererAllowEmpty": true,
"refererValue": "string",
"directLinkPrefix": "string",
"showLinkBtn": true,
"showShortLink": true,
"showPathLink": true,
"allowPathLinkAnonAccess": true,
"linkLimitSecond": 0,
"linkDownloadLimit": 0,
"linkExpireTimes": "[{value: 1, unit: \"day\"}, {value: 1, unit: \"week\"}, {value: 1, unit: \"month\"}, {value: 1, unit: \"year\"}]"
}curl --location --request PUT 'https://demo.zfile.vip/admin/config/link' \
--header 'zfile-token;' \
--header 'Content-Type: application/json' \
--data '{
"recordDownloadLog": true,
"refererType": "off",
"refererAllowEmpty": true,
"refererValue": "string",
"directLinkPrefix": "string",
"showLinkBtn": true,
"showShortLink": true,
"showPathLink": true,
"allowPathLinkAnonAccess": true,
"linkLimitSecond": 0,
"linkDownloadLimit": 0,
"linkExpireTimes": "[{value: 1, unit: \"day\"}, {value: 1, unit: \"week\"}, {value: 1, unit: \"month\"}, {value: 1, unit: \"year\"}]"
}'{
"code": "0",
"msg": "ok",
"data": {},
"dataCount": 0,
"traceId": "string"
}