Skip to content

학생 정보 수정 시 코멘트 형식 #577

Answered by woohm402
kmsgm asked this question in Q&A
Discussion options

You must be logged in to vote

아 저게 정확히 어떤 의미였냐면

  1. 수정되지 않은 필드면 -> 보내지 말고
  2. 수정된 필드면 -> 보내는데,
    1. 빈 값으로 수정됐으면 -> "" 말고 null로 보내고
    2. 아니면 값을 보내라

라는 이야기였습니다 😅 제가 봐도 애매하게 썼네요ㅠㅠ

학생의 정보를 수정한다. 모든 필드는 optional하며 수정되는 필드만 전송하면 된다. 만약 빈 값으로 수정하고 싶은 경우 ""가 아닌 null을 보내야 한다. {}를 보내면 변경사항이 없다는 뜻이므로, 400 에러를 반환한다.

라고 써야 할 것 같습니다

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mgahn0706
Comment options

kmsgm
Oct 9, 2021
Collaborator Author

You must be logged in to vote
2 replies
@woohm402
Comment options

@woohm402
Comment options

Comment options

kmsgm
Oct 9, 2021
Collaborator Author

You must be logged in to vote
2 replies
@woohm402
Comment options

@woohm402
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
React React 관련 내용
2 participants
Converted from issue

This discussion was converted from issue #576 on October 09, 2021 14:00.