Authorization: Bearer ********************
{
"uri": "cloudreve://my/Inspirations",
"policy_id": "mqHp"
}
curl --location --request PATCH '/file/policy' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "cloudreve://my/Inspirations",
"policy_id": "mqHp"
}'
0
- Success.{
"code": 0,
"msg": ""
}