更新浮动图片
PATCH {{base_url}}/sheets/v3/spreadsheets/:spreadsheet_token/sheets/:sheet_id/float_images/:float_image_id
::: note 浮动图片更新参考:浮动图片指南 ::: 更新已有的浮动图片位置和宽高,包括 range、width、height、offsetx 和 offsety,不包括 floatimageid 和 floatimagetoken。
参考接口文档:更新浮动图片
Request Body
{"float_image_token"=>"boxcniOGgwNiwacbNTZOvzziwYg", "height"=>100, "offset_x"=>0, "offset_y"=>0, "range"=>"26d548!A1:A1", "width"=>100}
RESPONSES
status: OK
{"code":0,"data":{"float_image":{"float_image_id":"eM1K6BzKIE","float_image_token":"boxcniOGgwNiwacbNTZOvzziwYg","height":100,"offset_x":0,"offset_y":0,"range":"26d548!A1:A1","width":100}},"msg":"success"}