Legacy API커뮤니티 API
커뮤니티 API
커뮤니티 게시판 API
커뮤니티 API
Deprecated: 이 API는 레거시입니다.
커뮤니티 게시판 API입니다.
Base URL: /community
엔드포인트 목록
게시글
| 메서드 | 경로 | 설명 | 인증 |
|---|---|---|---|
POST | /community/insert | 게시글 생성 | 필요 |
GET | /community/sel | 전체 게시글 조회 | 필요 |
DELETE | /community/del/{no} | 게시글 삭제 | 필요 |
PATCH | /community/update | 게시글 수정 | 필요 |
PUT | /community/update/notification/{no} | 상단 고정 | 필요 |
댓글
| 메서드 | 경로 | 설명 | 인증 |
|---|---|---|---|
GET | /community/comment/all | 댓글 조회 | 필요 |
POST | /community/comment/update | 댓글 작성 | 필요 |
POST | /community/comment/delete | 댓글 삭제 | 필요 |
게시글
POST /community/insert
게시글 생성
GET /community/sel
전체 게시글 조회
DELETE /community/del/{no}
게시글 삭제
PATCH /community/update
게시글 수정
PUT /community/update/notification/{no}
상단 고정