Skip to content

Commit

Permalink
docs: add TrueRatio field to recent achievements endpoints responses (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Mar 28, 2024
1 parent 640e1a0 commit c996b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/v1/get-achievements-earned-between.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ if (response is NetworkResponse.Success) {
"Description": "Solo defeat Golden Beetles at 2nd block (normal or above)",
"BadgeName": "228985",
"Points": 10,
"TrueRatio": 25,
"Type": "missable",
"Author": "Altomar",
"GameTitle": "Persona 3 Portable",
Expand All @@ -120,6 +121,7 @@ if (response is NetworkResponse.Success) {
"description": "Earn the No Cheese! Goofy Goober token",
"badgeName": "250698",
"points": 5,
"trueRatio": 25,
"type": null,
"author": "pinguupinguu",
"gameTitle": "SpongeBob SquarePants: The Movie",
Expand Down
2 changes: 2 additions & 0 deletions docs/v1/get-user-recent-achievements.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if (response is NetworkResponse.Success) {
"Description": "Clear stages 01 - 05 in Quest.",
"BadgeName": "108302",
"Points": 5,
"TrueRatio": 25,
"Type": null,
"Author": "jos",
"GameTitle": "Pokemon Pinball mini",
Expand All @@ -112,6 +113,7 @@ if (response is NetworkResponse.Success) {
"description": "Win the Tournament as [You] on Hard with 1 attribute on max. and 1 attribute on min.",
"badgeName": "121991",
"points": 25,
"trueRatio": 100,
"type": null,
"author": "Som1",
"gameTitle": "WWF King of the Ring",
Expand Down

0 comments on commit c996b13

Please sign in to comment.