comments

게시글의 댓글 관리

  1. 댓글 작성

댓글 작성

POST http://localhost:8080/api/posts/{post_id}/comments

게시글에 댓글을 작성합니다

Path Parameters

Cookies

Request Body

  1. 댓글 수정

댓글 수정

PUT http://localhost:8080/api/posts/comments/{comment_id}

게시물의 댓글을 수정합니다

Path Parameters

Cookies

Request Body

  1. 댓글 삭제

댓글 삭제

DELETE http://localhost:8080/api/posts/comments/{comment_id}

게시글의 댓글을 삭제합니다

Path Parameters

Cookies

Last updated