Skip to content

Commit

Permalink
Improved S2S scope description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patskimoto authored Jul 29, 2024
1 parent 12ba1f1 commit ec9078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/en-us/web-services/authentication/s2s.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ When making any requests to service-to-service endpoints, you must always provid
| client_id | integer | true | Client ID issued to your game. |
| client_secret | string | true | Client Secret issued to your game. This should be secure on a backend server and never displayed to players. |
| grant_type | string | true | Must be `client_credentials`. |
| scope | string | false | Specify the comma-separated scopes you wish your token to have. Currently, only **read**, **write**, **update**, and **monetization** are supported. The update scope will elevate the token's authorization, allowing it to edit mods while acting as the game's leader. |
| scope | string | false | Specify the comma-separated scopes you wish your token to have. Valid scopes are `read`, `write`, `update`, and `monetization`. The `update` scope will elevate the token's authorization, allowing it to edit mods while acting as the game's leader. |

```
POST https://{your-game-id}.modapi.io/v1/oauth/token
Expand Down

0 comments on commit ec9078b

Please sign in to comment.