1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Change instances of user account to personal account in content

This commit is contained in:
Sophie
2022-03-16 15:18:37 +01:00
parent c51fa948a1
commit 74ba23bec7
230 changed files with 449 additions and 449 deletions

View File

@@ -17,7 +17,7 @@ shortTitle: App creation query parameters
You can add query parameters to these URLs to preselect the configuration of a {% data variables.product.prodname_github_app %} on a personal or organization account:
* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
* **Personal account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
* **Organization account:** `{% data variables.product.oauth_host_code %}/organizations/:org/settings/apps/new`
The person creating the app can edit the preselected values from the {% data variables.product.prodname_github_app %} registration page, before submitting the app. If you do not include required parameters in the URL query string, like `name`, the person creating the app will need to input a value before submitting the app.