{
"opts": {
"allow_perm_apply": true,
"check_code": "string",
"close_after_expire": true,
"expire_period": 0,
"expire_time": 0
},
"role_id": "string",
"scope": "anyone"
}curl --location --request POST '/v7/links//update' \
--header 'Content-Type: application/json' \
--data-raw '{
"opts": {
"allow_perm_apply": true,
"check_code": "string",
"close_after_expire": true,
"expire_period": 0,
"expire_time": 0
},
"role_id": "string",
"scope": "anyone"
}'{
"code": 0,
"more": {},
"msg": "string"
}