Tamrado/tamra_server

Post, Comment request/ response body Document

Closed this issue · 3 comments

#39 를 참고하기.

Post(글쓰기) reponse body :

{
  "postId": 4,
  "author": "wngus",
  "content": "글 작성하기 테스트",
  "lastUpdate": "2019-12-01 19:22:32.0",
  "showLevel": "private"
}

Post(글쓰기/ 글 수정) Request body : 로그인 후

{
“content”: “내용”,
“showLevel”: “public”
}

Comment(댓글 쓰기/ 댓글 수정) Request body : 로그인 후

{
  "content": "댓글 내용"
}