Skip to content

Commit

Permalink
fix(swagger): add deprecate comment to interval property
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Feb 26, 2024
1 parent e894865 commit d2f308d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/gen/scylla-manager/models/schedule.go

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

3 changes: 2 additions & 1 deletion swagger/scylla-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@
"x-nullable": true
},
"interval": {
"type": "string"
"type": "string",
"description": "This field is DEPRECATED. Use cron instead."
},
"num_retries": {
"type": "number",
Expand Down

0 comments on commit d2f308d

Please sign in to comment.