From 1c1b487a2b0c56baa21560fb8f9c7096c03052b9 Mon Sep 17 00:00:00 2001 From: 0xTiger Date: Fri, 24 Mar 2023 21:37:34 +0000 Subject: [PATCH 1/2] emphasize that mutiple scopes are allowed --- .../oauth-apps/building-oauth-apps/authorizing-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index fd8bebe5ff..646b5b30ca 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -145,7 +145,7 @@ The endpoint takes the following input parameters. Parameter name | Type | Description -----|------|-------------- `client_id` | `string` | **Required.** The client ID you received from {% data variables.product.product_name %} for your app. -`scope` | `string` | The scope that your app is requesting access to. +`scope` | `string` | A space-delimited list of [scopes](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). By default, the response takes the following form: From c43c49ed9f5c6c8f531bba42c961276e7653aae0 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Mon, 27 Mar 2023 12:42:52 -0700 Subject: [PATCH 2/2] Apply suggestions from code review --- .../oauth-apps/building-oauth-apps/authorizing-oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md index 646b5b30ca..e8c3095458 100644 --- a/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/content/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps.md @@ -145,7 +145,7 @@ The endpoint takes the following input parameters. Parameter name | Type | Description -----|------|-------------- `client_id` | `string` | **Required.** The client ID you received from {% data variables.product.product_name %} for your app. -`scope` | `string` | A space-delimited list of [scopes](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). +`scope` | `string` | A space-delimited list of the scopes that your app is requesting access to. For more information, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps)." By default, the response takes the following form: