Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
Swagger 내용 보충을 위해 주석을 추가하였습니다.
응답형식을 ResponseEntity에서 ApiResponse로 수정할 예정이므로 이를 반영하였습니다.
📋 추후 진행 상황
응답코드 틀이 수정되면 관련 내용을 추가할 예정입니다.
@ApiResponse를 이용해 각 응답코드에 대한 설명을 추가하고 그 후 머지할 예정입니다.
📌 리뷰 포인트
아직 주석 부분밖에 추가되지 않았습니다. 응답코드 틀 수정 후 관련 코드 추가하겠습니다.
@ApiResponses 어노테이션은 다중 응답, 즉 여러 상태 코드에 대한 응답에 대해 설명을 제공할 때 사용된다고 합니다.
@operation 어노테이션의 responses 속성보다 @ApiResponses 어노테이션이 적절하다고 생각하여 사용하였는데 다들 어떻게 생각하시는지 궁금합니다 !
✅ Checklist
PR이 다음 요구 사항을 충족하는지 확인해주세요