Skip to content

[PATCH] 식단선호도선택

chlrkdgml11 edited this page Mar 3, 2021 · 3 revisions

URL

api/diets/patchSelectedDietsRatingsInit

REQUEST

key type description remark
users_idx int
diets_idx int

REQUEST BODY

{
    "users_idx" : 4,
    "diets_idx" : [1,2,3,4,5,6,7,8,9,10]
}

RESPONSE BODY 성공

{
    "res_state": "success",
    "res_msg": "식단을 선택했습니다.!"
}

Clone this wiki locally