Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

중고차 , 게시글 API 명세 #11

Open
jinjoo-lab opened this issue Jul 19, 2023 · 0 comments
Open

중고차 , 게시글 API 명세 #11

jinjoo-lab opened this issue Jul 19, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@jinjoo-lab
Copy link
Member

jinjoo-lab commented Jul 19, 2023

중고차

  • 중고차 등록
    • 중고차 정보 , 보험 이력 작성을 한번에 수행
  • 중고차 삭제
  • 중고차 정보 수정
    • 중고차 보험 수정
    • 중고차 옵션 수정
    • 중고차 기본 정보 수정
  • 중고차 조회

게시글

  • 게시글 작성
  • 게시글 수정
  • 게시글 삭제
  • 게시글 댓글 작성
  • 게시글 댓글 조회 (단건 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 게시글 삭제
@jinjoo-lab jinjoo-lab added the documentation Improvements or additions to documentation label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants