{
"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"
}
Permissions required: bb.sheets.update
{
"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"
}
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
OK
The response is of type object
.
Was this page helpful?