課題コメント情報の更新

課題コメントの情報を更新します。

認証ユーザー自身が登録したコメントのみ更新することが出来ます。

実行可能な権限

管理者 
一般ユーザー 
レポーター 
ゲストレポーター 

メソッド

PATCH 

URL

/api/v2/issues/:issueIdOrKey/comments/:commentId 

URL パラメーター

パラメーター名 内容
issueIdOrKey 文字列 課題のID または 課題キー
commentId 数値 コメントのID

リクエストパラメーター

Content-Type:application/x-www-form-urlencoded 
パラメーター名 内容
content 文字列 コメントの本文

レスポンス例

ステータスライン / レスポンスヘッダ

HTTP/1.1 200 OK 
Content-Type:application/json;charset=utf-8 

レスポンスボディ

{ 
    "id": 6586, 
    "projectId": 5,
    "issueId": 50,
    "content": "テスト", 
    "changeLog": null, 
    "createdUser": { 
        "id": 1, 
        "userId": "admin", 
        "name": "admin", 
        "roleType": 1, 
        "lang": "ja", 
        "mailAddress": "eguchi@nulab.example",
        "lastLoginTime": "2022-09-01T06:35:39Z"
    }, 
    "created": "2013-08-05T06:15:06Z", 
    "updated": "2013-08-05T06:15:06Z", 
    "stars": [], 
    "notifications": [] 
}