SPMS_API/SPMS.Application/Services
SEAN b373d59710 improvement: 메시지 저장/검증 계약 통일 (#222)
- MessageValidateRequestDto에 JsonPropertyName 추가 (snake_case 통일)
- MessageValidateRequestDto.Data 타입 string? → object? 변경
- MessageValidationService.ValidateData 파라미터 타입 변경
- Swagger Description 업데이트 (save/validate 엔드포인트)

Closes #222
2026-02-25 14:06:54 +09:00
..
AccountService.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigService.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
AuthService.cs improvement: 인증 보안 정책 — Rate Limit + 시도제한 + 보안 로깅 (#190) 2026-02-25 11:13:49 +09:00
BannerService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceService.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00
FaqService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileService.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MessageService.cs feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
MessageValidationService.cs improvement: 메시지 저장/검증 계약 통일 (#222) 2026-02-25 14:06:54 +09:00
NoticeService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushService.cs feat: 상세 로그 다운로드 API 구현 (#140) 2026-02-11 09:43:47 +09:00
ServiceManagementService.cs improvement: API Key 마스킹 및 전체 조회 엔드포인트 추가 (#220) 2026-02-25 13:56:59 +09:00
StatsService.cs improvement: 서비스 스코프 정책 고정 (#199) 2026-02-24 17:11:30 +09:00