Full diff response returned by commit and pull-request diff endpoints.

interface BitbucketDiff {
    contextLines: number;
    diffs: BitbucketDiffEntry[];
    truncated: boolean;
}

Properties

contextLines: number
truncated: boolean