Bitbucket Data Center API Client
    Preparing search index...

    Interface CanRebaseResult

    Response for GET /rest/git/latest/projects/{key}/repos/{slug}/pull-requests/{id}/rebase.

    interface CanRebaseResult {
        rebaseable: boolean;
        vetoes: RebaseVeto[];
    }
    Index

    Properties

    Properties

    rebaseable: boolean
    vetoes: RebaseVeto[]