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

담당자
김채원
Path
/routines/{id}/missions
기능
미션 생성
비고
완료
완료
HTTP verbs
POST
도메인
미션

Request


//김채원 name: string emoji: string color : string orders : number durationGoalTime : number

Response


{ id: string, emoji: string, name: string, // title로 변경 color: string, // 넣는게 좋을 것 같아요!! durationTime: string, }
//김채원 Id // ex ) "data": 65