댓글
show comment list
GET
http://api.phopo.best/api/posts/:post_pk/comment
Path Parameters
Name
Type
Description
post_pk
integer
'게시물의 pk'
Query Parameters
Name
Type
Description
page
integer
created_time
string
action
integer
"기본 댓글 화면 호출 할 경우 - 1000 알림을 통해 댓글 페이지에 갈 경우 - 2000
Headers
Name
Type
Description
Authorization
string
'규칙 참조'
POST
http://api.phopo.best/api/posts/:post_pk/comment
Path Parameters
Name
Type
Description
post_pk
integer
Headers
Name
Type
Description
Authorization
string
'규칙 참조'
Request Body
Name
Type
Description
caption
string
'댓글 내용'
PATCH
http://api.phopo.best/api/posts/:post_pk/comment/:pk
Headers
Name
Type
Description
Authorization
string
'규칙 참조'
Request Body
Name
Type
Description
contents
string
'댓글 수정 내용'
comment delete
DELETE
http://api.phopo.best/api/posts/:post_pk/comment/:pk
Path Parameters
Name
Type
Description
post_pk
integer
pk
integer
Headers
Name
Type
Description
Authorization
string
'규칙 참조'
Last updated
Was this helpful?