동물 세부 미션 클리어하기

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
        }
    }
}

Last updated

Was this helpful?