Comment 객체 수정
하나의 코멘트 트랙 객체를 수정합니다.
METHOD & URL
PATCH /post/comment/[comment-id값]/
Permission
코멘트 작성자
Request
Header
Authorization: 유저 인증 정보
Body
아래의 항목들 전체 또는 일부 request body에 담아 POST 요청을 보낸다.
comment_track: 작성자 트랙. 필수항목.instrument: 악기.
Success Response
HTTP Response
200 OK
Content
{
"id": 코멘트 id ,
"author": "작성자 닉네임",
"post": "연결된 포스트",
"comment_track": "코멘트 트랙 주소",
"instrument": "코멘트 트랙 악기"
}