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