Skip to content

Commit

Permalink
docs(standalone): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Feb 6, 2024
1 parent da0ce80 commit 7177543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connect/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ A verification hash sent by the `v` key in the request payload is also required.

| Name | Description | Example |
| :--- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------- |
| `a` | The user's current rich presence string. | 147,141,145,142,146 |
| `a` | The concatenated list of achievement IDs to unlock. This is a CSV string with no whitespace. | 147,141,145,142,146 |
| `h` | Whether the unlocks should be in hardcore ("no cheats") mode. | 1 |
| `v` | A verification MD5 hash. It's formed by concatenating the achievement IDs (as a CSV string), the user's RA username, and the `h` value, then applying the MD5 hash function. For example: `md5("147,141,145,142,146TheirUsername1")` | de4b6275cc8722872aa0fef6d4b30570 |

Expand Down

0 comments on commit 7177543

Please sign in to comment.