Bitbucket Data Center API Client
    Preparing search index...

    Interface CommitAnnotationsParams

    Query parameters accepted by GET /rest/insights/latest/…/commits/{commitId}/annotations (annotations across all of the commit's reports).

    interface CommitAnnotationsParams {
        externalId?: string;
        key?: string;
        path?: string;
        severity?: InsightAnnotationSeverity;
        type?: InsightAnnotationType;
    }
    Index

    Properties

    externalId?: string

    Filter by the annotation's external id

    key?: string

    Filter by report key

    path?: string

    Filter by annotated file path

    Filter by severity

    Filter by annotation type