swsnu / swppfall2019

31 stars 22 forks source link

[HW3] JSON format 관련 질문 #153

Open ByungHeeCha opened 5 years ago

ByungHeeCha commented 5 years ago

예를 들어, 만약 comment 를 post 할때 {"title":"yay", "content": "yay"}로 포맷을 보내면 400을 Response 로 보내야 하나요? 아니면 "content"부분만 뽑아서 comment를 만들어도 문제없는건가요?

kyunggeunlee commented 5 years ago

명시된 포맷에 맞지 않으므로 400을 Response로 보내야 합니다.