HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 08] 사이코
[팀 08] 사이코
/
📶
API 설계
/
📃
신고하기
📃

신고하기

Method
POST
URL Patterns
api/v1/reports
인증 필요 여부
O
신고 가능한 객체를 신고한다.
 

요청

Post api/v1/reports { "type" : String, // PRODUCT / COMMENT / USER "typeId" : Number, // Type의 식별자 "reason" : String // 신고 사유 }
 

응답

201 Created