PATCH
/
v1
/
projects
/
{project}
/
sheets
/
{sheet}
{
  "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.

sheet
string
required

The sheet id.

Query Parameters

updateMask
string<field-mask>

The list of fields to be updated. Fields are specified relative to the sheet. (e.g. title, statement; not sheet.title or sheet.statement) Only support update the following fields for now:

  • title
  • statement

Body

application/json

Response

200
application/json

OK

The response is of type object.