Skip to content

Commit 394212f

Browse files
authored
Merge branch 'main' into dbaas-kafka-auto-topic-create-default
2 parents 76310ea + 912f406 commit 394212f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/resources/droplets/models/droplet_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ droplet_action_enable_backups:
3434
allOf:
3535
- $ref: 'droplet_backup_policy.yml'
3636
- description: An object specifying the backup policy for the Droplet. If
37-
omitted, the default backup policy will be used.
37+
omitted, the backup plan will default to daily.
3838

3939
example:
4040
type: enable_backups

specification/resources/droplets/models/droplet_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ properties:
4949
allOf:
5050
- $ref: 'droplet_backup_policy.yml'
5151
- description: An object specifying the backup policy for the Droplet. If
52-
omitted and `backups` is `true`, the default backup policy will be used.
52+
omitted and `backups` is `true`, the backup plan will default to daily.
5353

5454
ipv6:
5555
type: boolean

0 commit comments

Comments
 (0)