Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb7a7dd61 committed Oct 10, 2024
1 parent 36c4730 commit a79b996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion private-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@
"post": {
"operationId": "createLeaderboardScore",
"summary": "Create leaderboard score",
"description": "Create a score for the provided leaderboardId. Leaderboard scores can be provided for any user id when the app secret key authorization is provided. Alternatively, a user may submit their own scores by provided their session authorization, with a request body containing `score` and `hash`. A valid `hash` is intended to be generated for each score within the game client as sha256(leaderboardKey:userId:score:scoreType). If scoreType is ommitted, the hash should be generated as sha256(leaderboardKey:userId:score).",
"description": "Create a score for the provided leaderboardId. Leaderboard scores can be provided for any user id when the app secret key authorization is provided. Alternatively, a user may submit their own scores by provided their session authorization, with a request body containing `score` and `hash`. A valid `hash` is intended to be generated for each score within the game client as sha256(leaderboardKey:userId:score:scoreType). If scoreType is omitted, the hash should be generated as sha256(leaderboardKey:userId:score).",
"tags": [
"Leaderboards"
],
Expand Down
2 changes: 1 addition & 1 deletion spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@
"post": {
"operationId": "createLeaderboardScore",
"summary": "Create leaderboard score",
"description": "Create a score for the provided leaderboardId. Leaderboard scores can be provided for any user id when the app secret key authorization is provided. Alternatively, a user may submit their own scores by provided their session authorization, with a request body containing `score` and `hash`. A valid `hash` is intended to be generated for each score within the game client as sha256(leaderboardKey:userId:score:scoreType). If scoreType is ommitted, the hash should be generated as sha256(leaderboardKey:userId:score).",
"description": "Create a score for the provided leaderboardId. Leaderboard scores can be provided for any user id when the app secret key authorization is provided. Alternatively, a user may submit their own scores by provided their session authorization, with a request body containing `score` and `hash`. A valid `hash` is intended to be generated for each score within the game client as sha256(leaderboardKey:userId:score:scoreType). If scoreType is omitted, the hash should be generated as sha256(leaderboardKey:userId:score).",
"tags": [
"Leaderboards"
],
Expand Down

0 comments on commit a79b996

Please sign in to comment.