From d9d5d3cf833b00ff83598108c7f2ae14b144daf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 01:25:07 +0000 Subject: [PATCH] Update from https://github.com/glideapps/glide/commit/67818ebf175ad2a83683c685851c7dee514cbd54 --- openapi/swagger.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/openapi/swagger.json b/openapi/swagger.json index 294cbb2..173bf12 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": [ @@ -283,6 +290,11 @@ } }, "parameters": [ + { + "name": "x-glide-ai-agent", + "in": "header", + "required": false + }, { "name": "name", "in": "query", @@ -293,6 +305,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 +526,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": [