From 0fbd0808753c1fc16d1a2b7b3e21b89a74ed1983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Fri, 30 Jan 2026 09:23:51 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20sam=5Fstat=20Swagger=20API=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20=EC=B6=94=EA=B0=80=20(Phase=206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - StatApi.php: Stats 태그, 4개 엔드포인트 Swagger 정의 - GET /stats/summary - 대시보드 통계 요약 - GET /stats/daily - 도메인별 일간 통계 - GET /stats/monthly - 도메인별 월간 통계 - GET /stats/alerts - 통계 알림 목록 - 스키마: StatSalesDaily, StatFinanceDaily, StatDashboardSummary, StatAlert Co-Authored-By: Claude Opus 4.5 --- app/Swagger/v1/StatApi.php | 273 +++++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 app/Swagger/v1/StatApi.php diff --git a/app/Swagger/v1/StatApi.php b/app/Swagger/v1/StatApi.php new file mode 100644 index 0000000..8b8fe65 --- /dev/null +++ b/app/Swagger/v1/StatApi.php @@ -0,0 +1,273 @@ +