Open ByungHeeCha opened 5 years ago
예를 들어, 만약 comment 를 post 할때 {"title":"yay", "content": "yay"}로 포맷을 보내면 400을 Response 로 보내야 하나요? 아니면 "content"부분만 뽑아서 comment를 만들어도 문제없는건가요?
{"title":"yay", "content": "yay"}
명시된 포맷에 맞지 않으므로 400을 Response로 보내야 합니다.
예를 들어, 만약 comment 를 post 할때
{"title":"yay", "content": "yay"}
로 포맷을 보내면 400을 Response 로 보내야 하나요? 아니면 "content"부분만 뽑아서 comment를 만들어도 문제없는건가요?