{
"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
}
Update a worksheet. The users can access this method if,
{
"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
}
The worksheet id.
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
OK
The response is of type object
.
Was this page helpful?