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

기능
게시글 수정
도메인
POST
응답 코드
200
HTTP method
PUT
담당자
진행상황
완료
완료
완료
Path
/posts/{postId}
메모

Request

Path Parameters = ["postId":Number] Body = request, file { "categoryId":number, "selectedDate":date, "content":String, "score":number }, "file": File (profilePhoto)
 

Response

Number -> "postId"
 
< request 형식 (key 값) 참고 >
  • request, file
notion image