Push a button
开发环境
开发环境
POST
/docs/{docId}/tables/{tableIdOrName}/rows/{rowIdOrName}/buttons/{columnIdOrName}
Rows
Authorization note: This action is available to API tokens that are authorized to write to the table. However, the underlying button can perform any action on the document, including writing to other tables and performing Pack actions.
请求示例请求示例
Python
Shell
JavaScript
Java
curl --location --request POST 'http://dev-cn.your-api-server.com/docs/AbCDeFGH/tables/grid-pqRst-U/rows/i-tuVwxYz/buttons/c-tuVwxYz'
响应示例响应示例
202 - 示例 1
{
"requestId": "abc-123-def-456",
"rowId": "i-tuVwxYz",
"columnId": "i-tuVwxYz"
}
请求参数
Path 参数
docId
string
必需
示例值:
AbCDeFGH
tableIdOrName
string
必需
示例值:
grid-pqRst-U
rowIdOrName
string
必需
示例值:
i-tuVwxYz
columnIdOrName
string
必需
示例值:
c-tuVwxYz
返回响应
修改于 2024-03-20 08:13:15