Bitbucket Data Center API Client
    Preparing search index...

    Interface PrReviewerUnapprovedPayload

    Body of a pr:reviewer:unapproved delivery.

    interface PrReviewerUnapprovedPayload {
        actor: BitbucketActivityUser;
        date: string;
        participant: WebhookReviewerParticipant;
        previousStatus: "APPROVED" | "NEEDS_WORK";
        pullRequest: BitbucketPullRequest;
    }
    Index

    Properties

    date: string
    previousStatus: "APPROVED" | "NEEDS_WORK"