[Chore] Stats Controller Swagger 응답 스키마 추가 #265

Closed
opened 2026-02-28 16:50:52 +00:00 by seonkyu.kim · 0 comments
Owner

설명

Stats Controller의 전체 API 메서드에 [ProducesResponseType] 어노테이션이 누락되어 Swagger 문서에 응답 스키마가 표시되지 않는 문제를 수정합니다.

작업 항목

  • StatsController 10개 JSON 응답 메서드에 [ProducesResponseType(typeof(ApiResponse<T>), 200)] 추가
  • swagger.json 최신화 (SPMS_WEB)

대상 메서드

daily, summary, message, hourly, device, failure, dashboard, history/list, history/detail, send-log

## 설명 Stats Controller의 전체 API 메서드에 `[ProducesResponseType]` 어노테이션이 누락되어 Swagger 문서에 응답 스키마가 표시되지 않는 문제를 수정합니다. ## 작업 항목 - [x] StatsController 10개 JSON 응답 메서드에 `[ProducesResponseType(typeof(ApiResponse<T>), 200)]` 추가 - [x] swagger.json 최신화 (SPMS_WEB) ## 대상 메서드 daily, summary, message, hourly, device, failure, dashboard, history/list, history/detail, send-log
seonkyu.kim self-assigned this 2026-02-28 16:51:01 +00:00
seonkyu.kim added this to the Phase 2: 메시지 + 통계 milestone 2026-02-28 16:51:02 +00:00
seonkyu.kim added the
Priority
Medium
Status
In Progress
Type
Chore
labels 2026-02-28 16:51:06 +00:00
seonkyu.kim added
Status
Done
and removed
Status
In Progress
labels 2026-03-01 09:01:09 +00:00
Sign in to join this conversation.
No description provided.