Authorization: ********************{
"folder_id": "string",
"view": {
"columns": [
{
"type": 0,
"width": 0
}
],
"order": "string",
"order_direction": "asc",
"page_size": 0,
"view": "list"
}
}curl --location --request PUT '/file/folder-view' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"folder_id": "string",
"view": {
"columns": [
{
"type": 0,
"width": 0
}
],
"order": "string",
"order_direction": "asc",
"page_size": 0,
"view": "list"
}
}'{
"code": 0,
"data": null,
"message": "string"
}