document:visibility:set 权限)OWNER_DEPT:本科室可见TENANT:全租户可见owner_dept_ref=NULL) 永远不能收窄为 OWNER_DEPT,服务端将拒绝。Authorization: Bearer ********************{
"visibilityScope": "OWNER_DEPT"
}curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents//visibility' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"visibilityScope": "OWNER_DEPT"
}'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"documentId": "string",
"visibilityScope": "string"
}
}