Skip to content

Commit 9761529

Browse files
1 parent 05e0b35 commit 9761529

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

openapi/swagger.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@
159159
"zcJWnyI8Tbam21V34K8MNA",
160160
"93a19-cf7c-44437-b8c1-e9acbbb"
161161
]
162+
},
163+
"linkedAppIDs": {
164+
"type": "array",
165+
"items": {
166+
"type": "string"
167+
},
168+
"description": "An array of appIDs which were successfully linked."
162169
}
163170
},
164171
"required": [
@@ -293,6 +300,18 @@
293300
},
294301
"required": false
295302
},
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+
},
296315
{
297316
"name": "onSchemaError",
298317
"in": "query",
@@ -503,11 +522,12 @@
503522
}
504523
]
505524
},
506-
"linkToApps": {
525+
"appsToLink": {
507526
"type": "array",
508527
"items": {
509528
"type": "string"
510-
}
529+
},
530+
"description": "An array of app IDs to link the new table to."
511531
}
512532
},
513533
"required": [

0 commit comments

Comments
 (0)