-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
중고차
- 중고차 등록
- 중고차 정보 , 보험 이력 작성을 한번에 수행
- 중고차 삭제
- 중고차 정보 수정
- 중고차 보험 수정
- 중고차 옵션 수정
- 중고차 기본 정보 수정
- 중고차 조회
게시글
- 게시글 작성
- 게시글 수정
- 게시글 삭제
- 게시글 댓글 작성
- 게시글 댓글 조회 (단건 or 전체 조회)
API
Path | Action | Description |
---|---|---|
/usedcar | POST | 중고차 정보를 등록합니다. |
/usedcar | GET | 중고차를 검색합니다. |
/usedcar/{id} | PUT | 등록한 중고차 정보를 수정합니다. |
/usedcar/{id} | DELETE | 등록한 중고차를 삭제합니다. |
/post | POST | 게시글 작성 |
/post/me | GET | 자신이 작성한 게시글 반환 |
/post/{id} | GET | 게시글 조회 |
/post | PUT | 게시글 수정 |
/post/{id} | DELETE | 게시글 삭제 |
ohksj77 and jinjoo-lab
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation