{
"title": "string",
"description": "string",
"type": 0,
"cid": 0,
"is_recommend": 0,
"is_top": 0,
"is_hot": 0
}
curl --location --request PUT '/adminapi/video/short/' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"type": 0,
"cid": 0,
"is_recommend": 0,
"is_top": 0,
"is_hot": 0
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}