Skip to content

Commit 1866055

Browse files
committed
docs: mobile 펫 조회 API를 추가한다
1 parent 86c38db commit 1866055

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/api/render/chage_persona_visible.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
``` json
1313
{
1414
"personaId": "123",
15-
"visible": true
15+
"visible": true,
16+
"type": "APP" // "APP", "DEFAULT"
1617
}
1718
```
1819

@@ -26,6 +27,7 @@
2627
"type": "GOBLIN_BAG",
2728
"level": "15",
2829
"visible": true,
30+
"appVisible": false,
2931
"dropRate": "10%"
3032
}
3133
```

docs/api/render/get_my_pets.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,83 +20,95 @@
2020
"type": "LITTLE_CHICK_SUNGLASSES",
2121
"level": "8",
2222
"visible": true,
23+
"appVisible": false,
2324
"dropRate": "10%"
2425
},
2526
{
2627
"id": "2",
2728
"type": "LITTLE_CHICK_SUNGLASSES",
2829
"level": "7",
2930
"visible": true,
31+
"appVisible": false,
3032
"dropRate": "0.7%"
3133
},
3234
{
3335
"id": "3",
3436
"type": "LITTLE_CHICK_SUNGLASSES",
3537
"level": "11",
3638
"visible": true,
39+
"appVisible": false,
3740
"dropRate": "33%"
3841
},
3942
{
4043
"id": "4",
4144
"type": "LITTLE_CHICK",
4245
"level": "11",
4346
"visible": true,
47+
"appVisible": false,
4448
"dropRate": "24%"
4549
},
4650
{
4751
"id": "5",
4852
"type": "GOBLIN_BAG",
4953
"level": "15",
5054
"visible": true,
55+
"appVisible": false,
5156
"dropRate": "10%"
5257
},
5358
{
5459
"id": "6",
5560
"type": "LITTLE_CHICK_SUNGLASSES",
5661
"level": "14",
5762
"visible": true,
63+
"appVisible": false,
5864
"dropRate": "10%"
5965
},
6066
{
6167
"id": "7",
6268
"type": "GOOSE",
6369
"level": "11",
6470
"visible": true,
71+
"appVisible": false,
6572
"dropRate": "10%"
6673
},
6774
{
6875
"id": "8",
6976
"type": "FISH_MAN",
7077
"level": "14",
7178
"visible": true,
79+
"appVisible": false,
7280
"dropRate": "10%"
7381
},
7482
{
7583
"id": "9",
7684
"type": "GOBLIN",
7785
"level": "16",
7886
"visible": true,
87+
"appVisible": false,
7988
"dropRate": "10%"
8089
},
8190
{
8291
"id": "10",
8392
"type": "LITTLE_CHICK_SUNGLASSES",
8493
"level": "20",
8594
"visible": true,
95+
"appVisible": false,
8696
"dropRate": "10%"
8797
},
8898
{
8999
"id": "11",
90100
"type": "LITTLE_CHICK",
91101
"level": "13",
92102
"visible": true,
103+
"appVisible": false,
93104
"dropRate": "10%"
94105
},
95106
{
96107
"id": "12",
97108
"type": "LITTLE_CHICK",
98109
"level": "12",
99110
"visible": true,
111+
"appVisible": false,
100112
"dropRate": "10%"
101113
}
102114
]

0 commit comments

Comments
 (0)