From ec9078b3dc8c6edae18910b4dd4135a6691f86c3 Mon Sep 17 00:00:00 2001 From: Patrick Sotiriou Date: Mon, 29 Jul 2024 15:49:59 +1000 Subject: [PATCH] Improved S2S scope description. --- public/en-us/web-services/authentication/s2s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/en-us/web-services/authentication/s2s.md b/public/en-us/web-services/authentication/s2s.md index 47d48f7..d1c7d26 100644 --- a/public/en-us/web-services/authentication/s2s.md +++ b/public/en-us/web-services/authentication/s2s.md @@ -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