Contents

課題コメント情報の更新

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

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

実行可能な権限

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

メソッド

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",
        "nulabAccount": {
            "nulabId": "Prm9ZD9DQD5snNWcSYSwZiQoA9WFBUEa2ySznrSnSQRhdC2X8G",
            "name": "admin",
            "uniqueId": "admin"
        },
        "mailAddress": "eguchi@nulab.example",
        "lastLoginTime": "2022-09-01T06:35:39Z"
    },
    "created": "2013-08-05T06:15:06Z",
    "updated": "2013-08-05T06:15:06Z",
    "stars": [],
    "notifications": []
}