curl --location --request PUT 'https://open.feishu.cn/open-apis/sheets/v2/spreadsheets//dimension_range' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dimension":{
"sheetId":"string",
"majorDimension":"ROWS",
"startIndex":1,
"endIndex":3
},
"dimensionProperties":{
"visible":false,
"fixedSize":50
}
}'
{
"code": 0,
"data": {},
"msg": "Success"
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通