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 수정 기능 요청 #19

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

[BE] API Server - Todo 수정 기능 요청 #19

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

Comments

@donggi-lee-bit
Copy link
Collaborator

기능 요청사항

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

요청 세부사항

성공

  • PATCH /api/todos/{id} 요청 값을 받는다.
  • DB 에서 해당 id todo 를 찾아온다.
  • 요청의 body 에 있는 Json 데이터를 해당 id todo 에 반영한다.
  • 응답은 반드시 todo 형태로 간다. (200 OK)

실패

  • PATCH /api/todos/{id} 요청 값을 받는다.
  • DB 에서 해당 id todo 를 찾아온다.
  • 해당 todo 가 없는 경우 에러를 응답한다 (404 NOT FOUND)
@donggi-lee-bit donggi-lee-bit added feat 새로운 기능 추가 BE 백엔드 labels Apr 6, 2022
@donggi-lee-bit donggi-lee-bit self-assigned this 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