diff --git a/specification/resources/droplets/models/droplet_actions.yml b/specification/resources/droplets/models/droplet_actions.yml index 19e895d1..f106a5c9 100644 --- a/specification/resources/droplets/models/droplet_actions.yml +++ b/specification/resources/droplets/models/droplet_actions.yml @@ -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 diff --git a/specification/resources/droplets/models/droplet_create.yml b/specification/resources/droplets/models/droplet_create.yml index 63721704..b4ffb603 100644 --- a/specification/resources/droplets/models/droplet_create.yml +++ b/specification/resources/droplets/models/droplet_create.yml @@ -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