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