Skip to content

API Comment

Seokjung Kim edited this page Nov 9, 2020 · 2 revisions

코멘트

코멘트 추가

POST /api/comments
  • request data
{ content, issueNum }
  • response status code
code 설명
200 정상적으로 생성
500 issueNum을 주지 않았을 때
500 content를 주지 않았을 때
500 내부 서버 에러
  • response
{ 
  success,
  message: 에러시에만 에러 메시지가 응답에 포함됨
}

코멘트 수정

PUT /api/comments/:num
  • request data:
{ content }
  • response status code
code 설명
200 정상적으로 수정
404 수정을 요청한 번호가 없는 경우
500 내부 서버 에러
  • response
{ 
  success,
  message: 에러시에만 에러 메시지가 응답에 포함됨
}

🗂 Project

❗️ Ground Rules

🧩 Trouble Shooting

🗒 API Details

⭐️ Output


🗓 Minutes of meeting
🗓 Daily Scrum
🗓 Peer Session
🗓 Retrospective
Clone this wiki locally