Class ProjectCreateBranchParams

  • All Implemented Interfaces:
    dev.case.api.core.Params

    
    public final class ProjectCreateBranchParams
     implements Params
                        

    Creates a new branch from the specified parent branch (or default 'main' branch). Branches provide instant point-in-time clones of your database for isolated development, staging, testing, or feature work. Perfect for testing schema changes, running migrations safely, or creating ephemeral preview environments.