Comment
코멘트 조회
코멘트 정보(리스트) 조회
GET
https://rest.indavit.com/comment
Query Parameters
Name
Type
Description
key
String
태그 키 [공백 혹은 없을 경우 전체 검색]
코멘트 등록
코멘트 등록
POST
https://rest.indavit.com/comment
Request Body
Name
Type
Description
key*
String
태그 키
title*
String
제목
contents*
String
내용
코멘트 수정
코멘트 수정
PUT
https://rest.indavit.com/comment
Request Body
Name
Type
Description
key*
String
태그 키
idx*
String
번호
title*
String
제목
contents*
String
내용
코멘트 삭제
코멘트 삭제
DELETE
https://rest.indavit.com/comment
Query Parameters
Name
Type
Description
key*
String
태그 키
idx*
String
번호
Last updated