Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
RepoCommentEditedPayload
Interface RepoCommentEditedPayload
Body of a
repo:comment:edited
delivery.
interface
RepoCommentEditedPayload
{
actor
:
BitbucketActivityUser
;
comment
:
BitbucketPullRequestComment
;
commentParentId
?:
number
;
commit
:
string
;
date
:
string
;
previousComment
:
string
;
repository
:
BitbucketRepository
;
}
Index
Properties
actor
comment
comment
Parent
Id?
commit
date
previous
Comment
repository
Properties
actor
actor
:
BitbucketActivityUser
comment
comment
:
BitbucketPullRequestComment
Optional
comment
Parent
Id
commentParentId
?:
number
commit
commit
:
string
date
date
:
string
previous
Comment
previousComment
:
string
repository
repository
:
BitbucketRepository
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
comment
comment
Parent
Id
commit
date
previous
Comment
repository
GitHub
npm
Bitbucket Data Center API Client
Loading...
Body of a
repo:comment:editeddelivery.