Skip to content

Commit

Permalink
Revert "feat(swagger): add parameters needed to repair tablet tables"
Browse files Browse the repository at this point in the history
This reverts commit 19b4ea3.
  • Loading branch information
Michal-Leszczynski committed Apr 3, 2024
1 parent d32b289 commit 409863e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions swagger/scylla_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9616,13 +9616,6 @@
"required": true,
"type": "string",
"description": "The keyspace to fetch information about"
},
{
"name": "table",
"in": "query",
"required": false,
"type": "string",
"description": "The name of table to fetch information about"
}
],
"responses": {
Expand Down Expand Up @@ -10936,18 +10929,6 @@
],
"type": "string",
"description": "Which keyspaces to return"
},
{
"name": "replication",
"in": "query",
"required": false,
"enum": [
"all",
"vnodes",
"tablets"
],
"type": "string",
"description": "Filter keyspaces for the replication used: vnodes or tablets (default: all)"
}
],
"responses": {
Expand Down

0 comments on commit 409863e

Please sign in to comment.