HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

Request


Response


user{} : 유저 정보 객체
 
담당자
변민지
Path
/posts/{id}/comments
기능
게시글 댓글 등록
비고
- id ⇒ commentId로 변경 - 대댓글 comments 제거
완료
완료
HTTP verbs
POST
도메인
게시판
댓글
{ commentId: number; text: string; userId: string; createdAt: string; updatedAt: string; likes: CommentLikeType[]; }