Skip to content

Commit 81ffa55

Browse files
authored
Use "organization owner" instead of "organization admin"/"organization administrator" in the docs-internal REST, GraphQL, Apps, and webhook files (#46070)
1 parent 68ac673 commit 81ffa55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/apps/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-new-purchases-and-free-trials.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ If the purchase is for an organization and per-user, you can prompt the customer
8383

8484
You can customize the way that organization members receive access to your app. Here are a few suggestions:
8585

86-
**Flat-rate pricing:** If the purchase is made for an organization using flat-rate pricing, your app can [get all the organization’s members](/rest/orgs#list-organization-members) via the API and prompt the organization admin to choose which members will have paid users on the integrator side.
86+
**Flat-rate pricing:** If the purchase is made for an organization using flat-rate pricing, your app can [get all the organization’s members](/rest/orgs#list-organization-members) via the API and prompt the organization owner to choose which members will have paid users on the integrator side.
8787

8888
**Per-unit pricing:** One method of provisioning per-unit seats is to allow users to occupy a seat as they log in to the app. Once the customer hits the seat count threshold, your app can alert the user that they need to upgrade through {% data variables.product.prodname_marketplace %}.

content/apps/oauth-apps/using-oauth-apps/authorizing-oauth-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ When {% data variables.product.prodname_oauth_apps %} request new access permiss
8181

8282
When you authorize an {% data variables.product.prodname_oauth_app %} for your personal account, you'll also see how the authorization will affect each organization you're a member of.
8383

84-
- **For organizations _with_ {% data variables.product.prodname_oauth_app %} access restrictions, you can request that organization admins approve the application for use in that organization.** If the organization does not approve the application, then the application will only be able to access the organization's public resources. If you're an organization admin, you can [approve the application](/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization) yourself.
84+
- **For organizations _with_ {% data variables.product.prodname_oauth_app %} access restrictions, you can request that organization owners approve the application for use in that organization.** If the organization does not approve the application, then the application will only be able to access the organization's public resources. If you're an organization owner, you can [approve the application](/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization) yourself.
8585

8686
- **For organizations _without_ {% data variables.product.prodname_oauth_app %} access restrictions, the application will automatically be authorized for access to that organization's resources.** For this reason, you should be careful about which {% data variables.product.prodname_oauth_apps %} you approve for access to your personal account resources as well as any organization resources.
8787

content/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Organizations owned by a {% data variables.product.prodname_ghe_server %} instan
2929

3030
1. The app developer creates a manifest or URL parameters. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-from-a-manifest)" and "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app-using-url-parameters)."
3131
1. The app developer shares the manifest or URL parameters with the {% data variables.product.prodname_ghe_server %} administrator that wants to use the app. The same manifest or URL parameters can be shared with multiple {% data variables.product.prodname_ghe_server %} instances.
32-
1. An organization administrator in the instance uses the manifest or URL parameters to register a {% data variables.product.prodname_github_app %}.
32+
1. An organization owner in the instance uses the manifest or URL parameters to register a {% data variables.product.prodname_github_app %}.
3333
1. The organization installs the {% data variables.product.prodname_github_app %} that they registered.
3434

3535
Optionally, if the organization made the {% data variables.product.prodname_github_app %} public, other organizations within the instance can install the {% data variables.product.prodname_github_app %} as well. There is not a way to install a {% data variables.product.prodname_github_app %} on an entire instance, only on organizations within an instance.

0 commit comments

Comments
 (0)