From ade1205172b93d657bf316343d40bc2316de5e66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:05:26 +0000 Subject: [PATCH 1/2] Update from https://github.com/glideapps/glide/commit/25ec9e91a0cfe6213d10a4970974d02c2858f2c4 --- openapi/swagger.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openapi/swagger.json b/openapi/swagger.json index cd6706f..fd19055 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -649,6 +649,15 @@ } }, "parameters": [ + { + "name": "If-Match", + "in": "header", + "schema": { + "type": "string", + "description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version." + }, + "required": false + }, { "name": "tableID", "in": "path", From ce7530f67a32f70c2b5038a0de81f1be9f49bcd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:38:38 +0000 Subject: [PATCH 2/2] Update from https://github.com/glideapps/glide/commit/fa35c94b1e01fb7febe994601b5799b91a38daa5 --- openapi/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/swagger.json b/openapi/swagger.json index fd19055..a3a7352 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -650,7 +650,7 @@ }, "parameters": [ { - "name": "If-Match", + "name": "if-match", "in": "header", "schema": { "type": "string",