Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public interface AttachmentSwagger {
첨부 파일을 업로드하고 메타 정보를 반환합니다.
- IMAGE: png, jpeg(jpg)만 허용
- FILE: pdf, doc, docx만 허용
by 여채현
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

API 문서의 @Operation 설명에 작성자 이름을 직접 포함하는 것은 일반적인 Swagger 문서화 방식이 아닙니다. 이러한 정보는 보통 커밋 기록이나 PR 설명에서 관리됩니다. API 문서의 명확성과 일관성을 유지하기 위해 이 부분을 제거하는 것을 고려해 주세요.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gemini-code-assist 우리 팀 문화야 ㅡㅡ

""")
@ApiResponses({
@ApiResponse(responseCode = "200", description = "첨부파일 업로드 성공"),
Expand Down
Loading