Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(standalone): fix typo #17

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading