From 912f4066d31c3d3811eaaf16a339be81db47626c Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 23 Oct 2024 11:31:03 -0400 Subject: [PATCH] droplets: backup policies default to daily. (#935) --- specification/resources/droplets/models/droplet_actions.yml | 2 +- specification/resources/droplets/models/droplet_create.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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