Skip to content

Commit

Permalink
docs(API_GetConsoleIDs): add IconURL field (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
WedgeSparda authored Feb 29, 2024
1 parent b570ccc commit 3c6d067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/v1/get-console-ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ if (response is NetworkResponse.Success) {

```json [HTTP Response]
[
{ "ID": 1, "Name": "Mega Drive" }
{
"ID": 1,
"Name": "Mega Drive",
"IconURL": "https://static.retroachievements.org/assets/images/system/md.png"
}
// ...
]
```
Expand Down

0 comments on commit 3c6d067

Please sign in to comment.