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

[BE] API Server - Todo 삭제 기능 요청 #18

Open
donggi-lee-bit opened this issue Apr 6, 2022 · 0 comments
Open

[BE] API Server - Todo 삭제 기능 요청 #18

donggi-lee-bit opened this issue Apr 6, 2022 · 0 comments
Assignees
Labels
BE 백엔드 feat 새로운 기능 추가

Comments

@donggi-lee-bit
Copy link
Collaborator

기능 요청사항

안드로이드 클라이언트가 특정 Todo를 삭제한다

요청 세부사항

성공

  • DELETE /api/todos/{id} 요청 값을 받는다.
  • DB 에서 해당 id todo 를 찾아온다.
  • 해당 todo 를 simple delete 하기 위해 삭제 유무 상태를 변경한다.
  • 상태 코드만 반환한다. (204 No Contents)

실패

  • DELETE /api/todos/{id} 요청 값을 받는다.
  • DB 에서 해당 id todo 를 찾아온다.
  • todo 가 없는 경우 에러를 응답한다. (404 NOT FOUND)
@donggi-lee-bit donggi-lee-bit added feat 새로운 기능 추가 BE 백엔드 labels Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 feat 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

2 participants