Authorization: Bearer ********************
{
"uri": "cloudreve://my/Inspirations",
"view": {
"page_size": 50,
"order": "updated_at",
"order_direction": "desc",
"view": "list",
"thumbnail": true,
"columns": [
{
"type": 0
},
{
"type": 2
},
{
"type": 8
},
{
"type": 7
}
],
"gallery_width": 50
}
}
curl --location --request PATCH '/file/view' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "cloudreve://my/Inspirations",
"view": {
"page_size": 50,
"order": "updated_at",
"order_direction": "desc",
"view": "list",
"thumbnail": true,
"columns": [
{
"type": 0
},
{
"type": 2
},
{
"type": 8
},
{
"type": 7
}
],
"gallery_width": 50
}
}'
0
- Success.{
"code": 0,
"msg": "anim adipisicing ullamco dolore et"
}