Skip to content

Commit

Permalink
feat(swagger): add new restore flags to restore target (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski authored Oct 28, 2024
1 parent b571f3a commit 78e39cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions v3/swagger/gen/scylla-manager/models/restore_target.go

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

15 changes: 15 additions & 0 deletions v3/swagger/scylla-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,21 @@
},
"parallel": {
"type": "integer"
},
"transfers": {
"type": "integer"
},
"rate_limit": {
"type": "array",
"items": {
"type": "string"
}
},
"allow_compaction": {
"type": "boolean"
},
"unpin_agent_cpu": {
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 78e39cc

Please sign in to comment.