Comment

코멘트 조회

코멘트 정보(리스트) 조회

GET https://rest.indavit.com/comment

Query Parameters

Name
Type
Description

key

String

태그 키 [공백 혹은 없을 경우 전체 검색]

[
    {
        idx: number /* 번호 (지정 불가) */
        key: string /* 태그 키 */
        title: string /* 제목 */
        contents: string /* 내용 */
        cdate: string /* 생성일 */
        udate: 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