HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 08] 사이코
[팀 08] 사이코
/
📶
API 설계
/
📃
댓글 생성
📃

댓글 생성

Method
POST
URL Patterns
api/v1/comments
인증 필요 여부
O
댓글을 생성한다.
 

요청

Post api/v1/comments { "productId" : Number, "content" : String // 최대: 500자 }
 

응답

201 Created { "id" : Number // 생성된 댓글의 식별자 }