PATCH
/
v1
/
worksheets
/
{worksheet}
{
  "name": "<string>",
  "project": "<string>",
  "database": "<string>",
  "title": "<string>",
  "creator": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "updateTime": "2023-11-07T05:31:56Z",
  "content": "<string>",
  "contentSize": "<string>",
  "visibility": "VISIBILITY_UNSPECIFIED",
  "starred": true
}

Path Parameters

worksheet
string
required

The worksheet id.

Query Parameters

updateMask
string

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

  • title
  • statement
  • starred
  • visibility

Body

application/json

Response

200
application/json

OK

The response is of type object.