gyu_hyeok

modify about using api contents

...@@ -42,23 +42,23 @@ ...@@ -42,23 +42,23 @@
42 42
43 > https://asia.api.riotgames.com/tft/match/v1/matches/{matchId} 43 > https://asia.api.riotgames.com/tft/match/v1/matches/{matchId}
44 44
45 -- <infoDto> 45 +- `infoDto`
46 - 전적 리스트 - `matches` 46 - 전적 리스트 - `matches`
47 - 게임 모드 - `queue` 47 - 게임 모드 - `queue`
48 - 게임 아이디 - `gameId` 48 - 게임 아이디 - `gameId`
49 - 게임 모드 - `queue_id` 49 - 게임 모드 - `queue_id`
50 50
51 -- <ParticipantDto> 51 +- `ParticipantDto`
52 - 최종 라운드 - `last_round` 52 - 최종 라운드 - `last_round`
53 - 마지막 라운드 소환사 레벨 - `level` 53 - 마지막 라운드 소환사 레벨 - `level`
54 - 최종 등수 - `placement` 54 - 최종 등수 - `placement`
55 55
56 -- <traits> 56 +- `traits`
57 - 시너지 이름 - `name` 57 - 시너지 이름 - `name`
58 - 시너지 스타일 - `style` 58 - 시너지 스타일 - `style`
59 - 적용 시너지 - `tier_current` 59 - 적용 시너지 - `tier_current`
60 60
61 -- <units> 61 +- `units`
62 - 캐릭터 종류 - `character_id` 62 - 캐릭터 종류 - `character_id`
63 - 사용 아이템 - `itemNames` 63 - 사용 아이템 - `itemNames`
64 64
......