File tree Expand file tree Collapse file tree 2 files changed +317
-213
lines changed
docs/content/docs/reference/components
server/libs/modules/components/coda/src/test/resources/definition Expand file tree Collapse file tree 2 files changed +317
-213
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ Name: insertRow
302
302
| :---------------:| :--------------:| :------------:| :-------------------:| :--------:|
303
303
| docId | Doc ID | STRING | ` ID of the doc. ` | true |
304
304
| 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 |
306
306
307
307
#### Example JSON Structure
308
308
``` json
@@ -312,12 +312,7 @@ Name: insertRow
312
312
"parameters" : {
313
313
"docId" : " " ,
314
314
"tableId" : " " ,
315
- "row" : {
316
- "cells" : [ {
317
- "column" : " " ,
318
- "value" : " "
319
- } ]
320
- }
315
+ "rowValues" : { }
321
316
},
322
317
"type" : " coda/v1/insertRow"
323
318
}
You can’t perform that action at this time.
0 commit comments