[Feature] 디바이스 태그/동의 설정 API 구현 #96
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#96
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를 구현한다.
기존 DeviceService/DeviceController에 2개 엔드포인트를 추가한다.
API 명세
POST /v1/in/device/tagsPOST /v1/in/device/agree체크리스트
DeviceTagsRequestDto.cs— 태그 설정 요청 DTODeviceAgreeRequestDto.cs— 동의 설정 요청 DTOIDeviceService.cs— SetTagsAsync, SetAgreeAsync 메서드 추가DeviceService.cs— 태그/동의 설정 로직 구현DeviceController.cs— tags, agree 엔드포인트 추가