We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 게시글 삭제 api의 응답 상태코드는 204로, response body가 없는 상태코드입니다. 하지만 스웨거는 200 상태코드에 맞게 작성되어 있어, 204 응답에 맞게 response body를 삭제합니다.
The text was updated successfully, but these errors were encountered:
yubinquitous
Successfully merging a pull request may close this issue.
수정 내용
현재 게시글 삭제 api의 응답 상태코드는 204로, response body가 없는 상태코드입니다.
하지만 스웨거는 200 상태코드에 맞게 작성되어 있어, 204 응답에 맞게 response body를 삭제합니다.
할 일
The text was updated successfully, but these errors were encountered: