Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
PrReviewerApprovedPayload
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
actor
date
participant
previous
Status
pull
Request
Properties
actor
actor
:
BitbucketActivityUser
date
date
:
string
participant
participant
:
WebhookReviewerParticipant
previous
Status
previousStatus
:
"UNAPPROVED"
|
"NEEDS_WORK"
pull
Request
pullRequest
:
BitbucketPullRequest
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
date
participant
previous
Status
pull
Request
GitHub
npm
Bitbucket Data Center API Client
Loading...
Body of a
pr:reviewer:approveddelivery.