동물 세부 미션 클리어하기
Clear Animal's mission
POST http://purpur.ml/animals?animalIdx={animalIdx}
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
animalIdx
number
ID of animal.
Request Body
Name
Type
Description
missionIdx
number
ID of mission which should be cleared.
{
"status": 200,
"message": "미션 클리어 성공",
"data": {
"clearedMissionIdx": "1",
"afterAnimalInfo": {
"animalName": "고미",
"animalStatus": 11,
"animalProgress": 374
},
"afterIslandInfo": {
"islandName": "푸르르섬",
"islandProgress": 72.8
}
}
}{
"status": 400,
"message": "입력되지 않은 값이 있습니다"
}Last updated
Was this helpful?