Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emphasize that mutiple scopes are allowed in Device flow parameters #24662

Merged
merged 8 commits into from
Mar 29, 2023
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 [scopes](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps).
skedwards88 marked this conversation as resolved.
Show resolved Hide resolved

By default, the response takes the following form:

Expand Down