Bitbucket Data Center API Client
    Preparing search index...

    Interface ForkRepositoryData

    Payload for POST /rest/api/latest/projects/{key}/repos/{slug} (fork).

    All fields are optional; omit them to fork with the same name into the same project.

    interface ForkRepositoryData {
        defaultBranch?: string;
        name?: string;
        project?: { key: string };
    }
    Index

    Properties

    defaultBranch?: string
    name?: string
    project?: { key: string }