Path Parameters
The project id.
Body
application/json
Response
OK
{
  "sheets": [
    {
      "name": "<string>",
      "title": "<string>",
      "creator": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "content": "<string>",
      "contentSize": "<string>",
      "payload": {
        "type": "TYPE_UNSPECIFIED",
        "commands": [
          {
            "start": 123,
            "end": 123
          }
        ]
      },
      "engine": "ENGINE_UNSPECIFIED"
    }
  ]
}Creates multiple SQL sheets in a single operation. Permissions required: bb.sheets.create
{
  "sheets": [
    {
      "name": "<string>",
      "title": "<string>",
      "creator": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "content": "<string>",
      "contentSize": "<string>",
      "payload": {
        "type": "TYPE_UNSPECIFIED",
        "commands": [
          {
            "start": 123,
            "end": 123
          }
        ]
      },
      "engine": "ENGINE_UNSPECIFIED"
    }
  ]
}The project id.
OK
Show child attributes
Was this page helpful?