confluence_update_table_cell
Update a cell in a Confluence table by specifying its page, row, column, and new text value.
Instructions
Update a single cell in a table on a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
row: Zero-based row index.
col: Zero-based column index.
value: New text value for the cell.
table_index: Which table on the page (0-based, default first table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| value | Yes | ||
| page_id | Yes | ||
| table_index | No |