developer-relations
developer-relations copied to clipboard
[DOCS][BUG] List of all DTOs missing doc descriptions
https://github.com/MingweiSamuel/riotapi-schema/blob/gh-pages/missing.json
account-v1.ActiveShardDto
| Name | Data Type | Description |
|---|---|---|
| puuid | string | |
| game | string | |
| activeShard | string |
Was there before, went missing on 2021-04-21
tft-match-v1.CompanionDto (#275 closed) (#413)
| Name | Data Type | Description |
|---|---|---|
| skin_ID | int | |
| content_ID | string | |
| species | string |
tft-summoner-v1.SummonerDto just for getByAccessToken (/me) (#486)
https://developer.riotgames.com/apis#tft-summoner-v1/GET_getByAccessToken
Missing DTO description but is presumably same as all the other properly cased SummonerDTOs.
deck was not actually missing, was a bug on my end
I've generated some match-v5 dtos for http://www.mingweisamuel.com/riotapi-schema/tool/ :)
https://github.com/MingweiSamuel/riotapi-schema/blob/058d6a56ddd382337e05e667f301dec1b10de2e8/src/data/schemaOverrides.json#L56-L1297
match-v5.MatchDto was added at the start of September (https://github.com/MingweiSamuel/riotapi-schema/commit/777b5c0cb1027a8760999634819842a6a21039cd)
match-v5.MatchTimelineDto now exists