HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

담당자
김채원
Path
/routines/my
기능
루틴 게시판에서 가져오기
비고
- missions 추가 - name ⇒ title로 변경 - category ⇒ categories로 변경
완료
완료
HTTP verbs
POST
도메인
루틴

Request


{ "name": "운동하기", "emoji": "><", "color": "black", "startGoalTime": "2021-11-24T13:21:52.313Z", "durationGoalTime": 0, "routineCategory": ["EXERCISE"], "weeks": [ "SAT", "SUN" ], "missionCreateRequest": [ { "name": "뛰기", "durationGoalTime": 10, "orders": 1, "emoji": "><", "color": "white" }, { "name": "뛰기", "durationGoalTime": 10, "orders": 2, "emoji": "><", "color": "white" }, { "name": "뛰기", "durationGoalTime": 10, "orders": 3, "emoji": "><", "color": "white" } ] }

Response


{ "data": 114 }