From 6a0d5304ae0b75b26e048de3fa8987eeb18cd09c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:51:51 +0000 Subject: [PATCH] Update from https://github.com/glideapps/glide/commit/8b4087189ec8e2d6203e0a29a1fbd65c525380c5 --- openapi/swagger.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/openapi/swagger.json b/openapi/swagger.json index cd6706f..32f3fe3 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -649,6 +649,16 @@ } }, "parameters": [ + { + "name": "if-match", + "in": "header", + "schema": { + "type": "string", + "pattern": "^\"[0-9]+\"$", + "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", @@ -1382,6 +1392,16 @@ } }, "parameters": [ + { + "name": "if-match", + "in": "header", + "schema": { + "type": "string", + "pattern": "^\"[0-9]+\"$", + "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",