This repository was archived by the owner on Mar 15, 2025. It is now read-only.
API 응답이 void인 경우 HTTP 상태 코드 무엇을 쓸까? #363
Unanswered
sangwonsheep
asked this question in
개발 토의
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Return Type이 void인 경우, 응답 상태 코드 200? 204?
리턴 타입이
void
인 경우,200 ok
가 아닌204 no content
로 통일하는건 어떨까요?스웨거에 설정하는 부분도 통일하면 좋을 것 같습니다.
@kimminkyeu @Gyaak
Beta Was this translation helpful? Give feedback.
All reactions