POST
/
v1
/
projects
/
{project}
/
sheets:batchCreate
{
  "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"
    }
  ]
}

Path Parameters

project
string
required

The project id.

Body

application/json

Response

200
application/json

OK

The response is of type object.