File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 159
159
" zcJWnyI8Tbam21V34K8MNA" ,
160
160
" 93a19-cf7c-44437-b8c1-e9acbbb"
161
161
]
162
+ },
163
+ "linkedAppIDs" : {
164
+ "type" : " array" ,
165
+ "items" : {
166
+ "type" : " string"
167
+ },
168
+ "description" : " An array of appIDs which were successfully linked."
162
169
}
163
170
},
164
171
"required" : [
293
300
},
294
301
"required" : false
295
302
},
303
+ {
304
+ "name" : " appsToLink" ,
305
+ "in" : " query" ,
306
+ "schema" : {
307
+ "type" : " array" ,
308
+ "items" : {
309
+ "type" : " string"
310
+ },
311
+ "description" : " An array of app IDs to link the new table to."
312
+ },
313
+ "required" : false
314
+ },
296
315
{
297
316
"name" : " onSchemaError" ,
298
317
"in" : " query" ,
503
522
}
504
523
]
505
524
},
506
- "linkToApps " : {
525
+ "appsToLink " : {
507
526
"type" : " array" ,
508
527
"items" : {
509
528
"type" : " string"
510
- }
529
+ },
530
+ "description" : " An array of app IDs to link the new table to."
511
531
}
512
532
},
513
533
"required" : [
You can’t perform that action at this time.
0 commit comments