Skip to content

Commit d02c8ed

Browse files
2385 - json and docs generated
1 parent 1aac443 commit d02c8ed

File tree

2 files changed

+317
-213
lines changed
  • docs/content/docs/reference/components
  • server/libs/modules/components/coda/src/test/resources/definition

2 files changed

+317
-213
lines changed

docs/content/docs/reference/components/coda.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Name: insertRow
302302
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
303303
| docId | Doc ID | STRING | `ID of the doc.` | true |
304304
| tableId | Table ID | STRING <details> <summary> Depends On </summary> docId </details> | `ID of the table.` | true |
305-
| row | | OBJECT <details> <summary> Properties </summary> &#123;[&#123;STRING\(column), STRING\(value)&#125;]\(cells)&#125; </details> | | true |
305+
| rowValues | | DYNAMIC_PROPERTIES <details> <summary> Depends On </summary> docId, tableId </details> | | false |
306306

307307
#### Example JSON Structure
308308
```json
@@ -312,12 +312,7 @@ Name: insertRow
312312
"parameters" : {
313313
"docId" : "",
314314
"tableId" : "",
315-
"row" : {
316-
"cells" : [ {
317-
"column" : "",
318-
"value" : ""
319-
} ]
320-
}
315+
"rowValues" : { }
321316
},
322317
"type" : "coda/v1/insertRow"
323318
}

0 commit comments

Comments
 (0)