You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /organizations/{organization}/databases/{database}/branches/{branch}/backups endpoint to create a backup supports a body param for name that would be useful for Terraform providers to be able to use from planetscale-go.
POST /organizations/{organization}/databases/{database}/branches/{branch}/backups
endpoint to create a backup supports a body param forname
that would be useful for Terraform providers to be able to use from planetscale-go.API reference for endpoint: https://api-docs.planetscale.com/reference/create-a-backup
Handy link to
backups.go
code:planetscale-go/planetscale/backups.go
Line 77 in ecff34e
Might consider adding the option to pass in
retention_unit
andretention_value
too.The text was updated successfully, but these errors were encountered: