Skip to content

Commit

Permalink
Merge pull request #24662 from 0xTiger/plural-scopes-allowed
Browse files Browse the repository at this point in the history
Emphasize that mutiple scopes are allowed in Device flow parameters
  • Loading branch information
cmwilson21 authored Mar 29, 2023
2 parents fd4ab3e + fee82f2 commit 631f732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:

Expand Down

0 comments on commit 631f732

Please sign in to comment.