更新工作表属性
POST {{base_url}}/sheets/v2/spreadsheets/:spreadsheetToken/sheets_batch_update
该接口用于根据 spreadsheetToken 更新工作表属性。
参考接口文档:更新工作表属性
Request Body
{"requests"=>[{"updateSheet"=>{"properties"=>{"sheetId"=>"1tWETK", "title"=>"string", "index"=>"int", "hidden"=>"bool", "frozenColCount"=>"int", "frozenRowCount"=>"int", "protect"=>{"lock"=>"LOCK", "lockInfo"=>"111", "userIDs"=>["ou_xxxxxxxxxx"]}}}}]}
RESPONSES
status: OK
{"code":0,"data":{"replies":[{"updateSheet":{"properties":{"index":1,"sheetId":"1tWETK","title":""}}}]},"msg":"success"}