You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Displays a button on GitHub that can be clicked to alert your app to do additional tasks. For example, a code linting app can display a button that automatically fixes detected errors. The button created in this object is displayed after the check run completes. When a user clicks the button, GitHub sends the [`check_run.requested_action` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) to your app. Each action includes a `label`, `identifier` and `description`. A maximum of three actions are accepted. See the [`actions` object](https://docs.github.com/rest/reference/checks#actions-object) description. To learn more about check runs and requested actions, see \"[Check runs and requested actions](https://docs.github.com/rest/reference/checks#check-runs-and-requested-actions).\" To learn more about check runs and requested actions, see \"[Check runs and requested actions](https://docs.github.com/rest/reference/checks#check-runs-and-requested-actions).\"",
22677
+
"description": "Displays a button on GitHub that can be clicked to alert your app to do additional tasks. For example, a code linting app can display a button that automatically fixes detected errors. The button created in this object is displayed after the check run completes. When a user clicks the button, GitHub sends the [`check_run.requested_action` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) to your app. Each action includes a `label`, `identifier` and `description`. A maximum of three actions are accepted. See the [`actions` object](https://docs.github.com/rest/reference/checks#actions-object) description. To learn more about check runs and requested actions, see \"[Check runs and requested actions](https://docs.github.com/rest/reference/checks#check-runs-and-requested-actions).\"",
22679
22678
"maxItems": 3,
22680
22679
"items": {
22681
22680
"type": "object",
@@ -24346,7 +24345,7 @@
24346
24345
"/repos/{owner}/{repo}/collaborators": {
24347
24346
"get": {
24348
24347
"summary": "List repository collaborators",
24349
-
"description": "For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners.\n\nTeam members will include the members of child teams.",
24348
+
"description": "For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners.\n\nTeam members will include the members of child teams.\n\nYou must have push access to the repository in order to list collaborators.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.yaml
+23-10Lines changed: 23 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6649,9 +6649,10 @@ paths:
6649
6649
- "$ref": "#/components/parameters/org"
6650
6650
- name: group_id
6651
6651
description: External Group Id
6652
-
in: query
6652
+
in: path
6653
6653
schema:
6654
6654
type: integer
6655
+
required: true
6655
6656
responses:
6656
6657
'200':
6657
6658
description: Response
@@ -6687,7 +6688,7 @@ paths:
6687
6688
description: Page token
6688
6689
in: query
6689
6690
schema:
6690
-
type: string
6691
+
type: integer
6691
6692
- name: display_name
6692
6693
description: Limits the list to groups containing the text in the group name
6693
6694
in: query
@@ -8962,7 +8963,6 @@ paths:
8962
8963
enum:
8963
8964
- public
8964
8965
- private
8965
-
- visibility
8966
8966
- internal
8967
8967
has_issues:
8968
8968
type: boolean
@@ -10240,7 +10240,7 @@ paths:
10240
10240
You can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see "[GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products)" in the GitHub Help documentation.
You can manage team membership with your IdP using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
description. To learn more about check runs and requested actions,
16243
16242
see "[Check runs and requested actions](https://docs.github.com/rest/reference/checks#check-runs-and-requested-actions)."
16244
-
To learn more about check runs and requested actions, see "[Check
16245
-
runs and requested actions](https://docs.github.com/rest/reference/checks#check-runs-and-requested-actions)."
16246
16243
maxItems: 3
16247
16244
items:
16248
16245
type: object
@@ -17553,6 +17550,8 @@ paths:
17553
17550
For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners.
17554
17551
17555
17552
Team members will include the members of child teams.
17553
+
17554
+
You must have push access to the repository in order to list collaborators.
0 commit comments