Bitbucket Data Center API Client
    Preparing search index...

    Interface PrReviewerApprovedPayload

    Body of a pr:reviewer:approved delivery.

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

    Properties

    date: string
    previousStatus: "UNAPPROVED" | "NEEDS_WORK"