We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342477c commit 961c288Copy full SHA for 961c288
planetscale/branches.go
@@ -44,6 +44,7 @@ type CreateDatabaseBranchRequest struct {
44
ParentBranch string `json:"parent_branch"`
45
BackupID string `json:"backup_id,omitempty"`
46
SeedData string `json:"seed_data,omitempty"`
47
+ ClusterSize string `json:"cluster_size,omitempty"`
48
}
49
50
// ListDatabaseBranchesRequest encapsulates the request for listing the branches
0 commit comments