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] 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",