Skip to content

Commit 8200eb8

Browse files
docs(GetConsoleID): update mock example to include newly introduced IconURL (#4)
* feat(GetConsoleID): Add support for new variable 'IconURL' in request introduced in @RetroAchievements/RAWeb/pull/2264 * chore: Update version number to 1.0.1 Preparing for release 1.0.1 with the introduction of GetConsoleID introducing IconURL as a value * chore: update mock example to include newly introduced IconURL
1 parent 8d4dccd commit 8200eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
{ "ID": 1, "Name": "Mega Drive" }
3-
]
2+
{ "ID": 1, "Name": "Mega Drive", "IconURL": "https://static.retroachievements.org/assets/images/system/md.png" }
3+
]

0 commit comments

Comments
 (0)