Skip to content

Commit

Permalink
Fixed a typo in required permissions list for authentication token
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Nov 26, 2024
1 parent 02e82d3 commit 737d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function getProductDetails(): void
<a href="https://www.gmodstore.com/settings/personal-access-tokens" target="_blank">https://www.gmodstore.com/settings/personal-access-tokens</a><br />

The permissions to be granted when creating the token are:
<code>products:read</code>, <code>product-versions:read</code>, <code>product-versions:download</code>, <code>users:read</code> et <code>user-purchases:read</code>.<br />
<code>products:read</code>, <code>product-versions:read</code>, <code>product-versions:download</code>, <code>users:read</code> and <code>user-purchases:read</code>.<br />

Please note that the token will be displayed only once when it is created, so remember to save it somewhere safe!<br />

Expand Down

0 comments on commit 737d29a

Please sign in to comment.