Request to sync data between two forks.

interface GitForkSyncRequest {
    _links?: any;
    detailedStatus?: GitForkOperationStatusDetail;
    operationId?: number;
    source: GlobalGitRepositoryKey;
    sourceToTargetRefs?: SourceToTargetRef[];
    status?: GitAsyncOperationStatus;
}

Properties

_links?: any

Collection of related links

operationId?: number

Unique identifier for the operation.

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.