Skip to content

Report post

김은우 edited this page Mar 9, 2020 · 6 revisions

게시물 신고

Context-type : application/json

GET /api/post/:id/report

Request

{
	"content":"신고 사유",
	"PostId":"123",
}

Response

Success : 200

{
     "123"
}
Clone this wiki locally