From 05e0b35c9e8ca5f21d4135460e29e4a6d834afc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:39:24 +0000 Subject: [PATCH 1/2] Update from https://github.com/glideapps/glide/commit/fdaa3d6e37ba81743f2792a5df7112caf848d95c --- openapi/swagger.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/swagger.json b/openapi/swagger.json index 294cbb2..9b75e42 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -502,6 +502,12 @@ "description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used." } ] + }, + "linkToApps": { + "type": "array", + "items": { + "type": "string" + } } }, "required": [ From 9761529ed40702e9d08a5d898538422f146e6f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 19:33:38 +0000 Subject: [PATCH 2/2] Update from https://github.com/glideapps/glide/commit/773b8ad75b050ba1be472862c15222c883ebe96a --- openapi/swagger.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/openapi/swagger.json b/openapi/swagger.json index 9b75e42..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", @@ -503,11 +522,12 @@ } ] }, - "linkToApps": { + "appsToLink": { "type": "array", "items": { "type": "string" - } + }, + "description": "An array of app IDs to link the new table to." } }, "required": [