Skip to content

Commit

Permalink
Merge pull request github#29210 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 17, 2023
2 parents f5b1dcc + 346a756 commit 0e032a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/rest/enterprise-admin/management-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You may also need to add the [`-k` flag](http://curl.haxx.se/docs/manpage.html#-

### Authentication {% ifversion enterprise-management-console-multi-user-auth %}as the root site administrator{% endif %}

You need to pass your [{% ifversion enterprise-management-console-multi-user-auth %}root site administrator{% else %}{% data variables.enterprise.management_console %}{% endif %} password](/admin/configuration/administering-your-instance-from-the-management-console/managing-access-to-the-management-console) as an authentication token to every endpoint in this category except "[Create a license](#create-a-github-enterprise-server-license)."
You need to pass your [{% ifversion enterprise-management-console-multi-user-auth %}root site administrator{% else %}{% data variables.enterprise.management_console %}{% endif %} password](/admin/configuration/administering-your-instance-from-the-management-console/managing-access-to-the-management-console) as an authentication token to every endpoint in this category except "[Create a GitHub license](#create-a-github-license)."

Use the `api_key` parameter to send this token with each request. For example:

Expand Down
2 changes: 1 addition & 1 deletion content/rest/interactions/orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Organization owners can temporarily restrict which type of user can comment, ope
- {% data reusables.interactions.contributor-user-limit-definition %} in the organization.
- {% data reusables.interactions.collaborator-user-limit-definition %} in the organization.

Setting the interaction limit at the organization level will overwrite any interaction limits that are set for individual repositories owned by the organization. To set different interaction limits for individual repositories owned by the organization, use the [Repository](#repository) interactions endpoints instead.
Setting the interaction limit at the organization level will overwrite any interaction limits that are set for individual repositories owned by the organization. To set different interaction limits for individual repositories owned by the organization, use the [Repository](/rest/interactions/repos) interactions endpoints instead.

<!-- Content after this section is automatically generated -->
2 changes: 1 addition & 1 deletion content/rest/interactions/repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ People with owner or admin access can use the REST API to temporarily restrict w
- {% data reusables.interactions.contributor-user-limit-definition %} in the repository.
- {% data reusables.interactions.collaborator-user-limit-definition %} in the repository.

If an interaction limit is enabled for the user or organization that owns the repository, the limit cannot be changed for the individual repository. Instead, use the [User](#user) or [Organization](#organization) interactions endpoints to change the interaction limit.
If an interaction limit is enabled for the user or organization that owns the repository, the limit cannot be changed for the individual repository. Instead, use the [User](/rest/interactions/user) or [Organization](/rest/interactions/orgs) interactions endpoints to change the interaction limit.

<!-- Content after this section is automatically generated -->
2 changes: 1 addition & 1 deletion content/rest/interactions/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ You can use the REST API to temporarily restrict which type of user can comment,
- {% data reusables.interactions.contributor-user-limit-definition %} from interacting with your repositories.
- {% data reusables.interactions.collaborator-user-limit-definition %} from interacting with your repositories.

Setting the interaction limit at the user level will overwrite any interaction limits that are set for individual repositories owned by the user. To set different interaction limits for individual repositories owned by the user, use the [Repository](#repository) interactions endpoints instead.
Setting the interaction limit at the user level will overwrite any interaction limits that are set for individual repositories owned by the user. To set different interaction limits for individual repositories owned by the user, use the [Repository](/rest/interactions/repos) interactions endpoints instead.

<!-- Content after this section is automatically generated -->

0 comments on commit 0e032a9

Please sign in to comment.