Bitbucket Data Center API Client
    Preparing search index...

    Interface UpdatePullRequestCommentData

    Payload for PUT /rest/api/latest/projects/{key}/repos/{slug}/pull-requests/{id}/comments/{commentId}.

    interface UpdatePullRequestCommentData {
        text: string;
        version: number;
    }
    Index

    Properties

    Properties

    text: string
    version: number