Skip to content

Commit

Permalink
Merge branch 'main' into dbaas-kafka-auto-topic-create-default
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla authored Oct 23, 2024
2 parents 76310ea + 912f406 commit 394212f
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 394212f

Please sign in to comment.