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

기능
게시글 등록
도메인
POST
응답 코드
201
HTTP method
POST
담당자
진행상황
완료
완료
완료
Path
/posts
메모

Request

Body = request, file { "categoryId":number, "selectedDate":DATE(YYYY-MM-DD), "content":String, "score":number }, "file": File (profilePhoto)
토큰 사용

Response

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