Skip to content

Commit

Permalink
droplets: backup policies default to daily. (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Oct 23, 2024
1 parent 38f74b1 commit 912f406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ droplet_action_enable_backups:
allOf:
- $ref: 'droplet_backup_policy.yml'
- description: An object specifying the backup policy for the Droplet. If
omitted, the default backup policy will be used.
omitted, the backup plan will default to daily.

example:
type: enable_backups
Expand Down
2 changes: 1 addition & 1 deletion specification/resources/droplets/models/droplet_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ properties:
allOf:
- $ref: 'droplet_backup_policy.yml'
- description: An object specifying the backup policy for the Droplet. If
omitted and `backups` is `true`, the default backup policy will be used.
omitted and `backups` is `true`, the backup plan will default to daily.

ipv6:
type: boolean
Expand Down

0 comments on commit 912f406

Please sign in to comment.