[Feature] 서비스 수정 API #54
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
기존 서비스 정보를 수정하는 API를 구현한다.
API_SPMS_04_SERVICE_04POST /v1/in/service/update수정 가능 필드
체크리스트
Application Layer
SPMS.Application/DTOs/Service/UpdateServiceRequestDto.cs— 요청 DTOSPMS.Application/Interfaces/IServiceManagementService.cs— UpdateAsync 메서드 추가SPMS.Application/Services/ServiceManagementService.cs— 서비스 수정 로직 구현API Layer
SPMS.API/Controllers/ServiceController.cs—POST /v1/in/service/update엔드포인트 추가구현 요구사항
검증