Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 13061b6 commit 0cd3b51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@
"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
Expand Down Expand Up @@ -1475,6 +1476,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",
Expand Down

0 comments on commit 0cd3b51

Please sign in to comment.