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

Path
/posts/{id}/comments/{id}
기능
게시글 댓글 수정
비고
완료
HTTP verbs
PUT
도메인
게시판
댓글

Request


Response


{ id: string, text: string, author: user{}, // user 정보 images: string[], createdAt: string, updatedAt: string, comments: [], // 대댓글 → 우선순위 뒤로 likes: [], // 좋아요 한 userId }