interface UpdatePullRequestCommentInformationParams {
    commentId: number;
    content: string;
    number: number;
    projectIdOrKey: string | number;
    repoIdOrName: string | number;
}

Properties

commentId: number

Comment’s ID コメントのID

content: string

Comment’s body コメントの本文

number: number

Pull request number プルリクエストの番号

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー

repoIdOrName: string | number

Repository ID or Repository name リポジトリのID または リポジトリ名