[DOCS] Swagger 상세 설정 (Payment, Subscription) #132
Merged
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 타입
반영 브랜치
feature/swagger → develop
작업 사항
@Content
를 이용하여 responseBody로 제공될 클래스의 Class 타입을 지정하려 했으나, implementation에서는 Class literal 타입만 취급하여 기존 BaseResponse로 통일했던 response 타입을 변경해주었습니다.@Schema
를 이용해 Payment request의 상세 설명을 추가하였습니다.체크리스트
cmd
+opt
+L
)테스트 결과
이상 없습니다.
추후 모든 Controller에 대한 Swagger 상세 설정이 필요합니다.