Parameters for creating a fork request

interface GitForkSyncRequestParameters {
    source: GlobalGitRepositoryKey;
    sourceToTargetRefs?: SourceToTargetRef[];
}

Properties

Fully-qualified identifier for the source repository.

sourceToTargetRefs?: SourceToTargetRef[]

If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.