diff --git a/openapi/swagger.json b/openapi/swagger.json index 294cbb2..4bf91f6 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -159,6 +159,13 @@ "zcJWnyI8Tbam21V34K8MNA", "93a19-cf7c-44437-b8c1-e9acbbb" ] + }, + "linkedAppIDs": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An array of appIDs which were successfully linked." } }, "required": [ @@ -293,6 +300,18 @@ }, "required": false }, + { + "name": "appsToLink", + "in": "query", + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An array of app IDs to link the new table to." + }, + "required": false + }, { "name": "onSchemaError", "in": "query", @@ -502,6 +521,13 @@ "description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used." } ] + }, + "appsToLink": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An array of app IDs to link the new table to." } }, "required": [