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

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

Request


Response


{ id: string, title: string, author: string, // userId routineId: string, createdAt: string, updatedAt: string, comments: [], likes: [], // userId }