Skip to main content
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
parent
string
required

The parent resource where all sheets will be created. Format: projects/{project}

requests
object[]
required

Response

OK

sheets
object[]