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
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3515,7 +3515,7 @@
3515
3515
"/enterprises/{enterprise}/consumed-licenses": {
3516
3516
"get": {
3517
3517
"summary": "List enterprise consumed licenses",
3518
-
"description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.",
3518
+
"description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.\n\n**Note:** The license consumption API endpoints for enterprise accounts are currently\nin Beta and are subject to change.",
3519
3519
"tags": [
3520
3520
"enterprise-admin"
3521
3521
],
@@ -30756,7 +30756,7 @@
30756
30756
},
30757
30757
"put": {
30758
30758
"summary": "Create or update file contents",
30759
-
"description": "Creates a new file or replaces an existing file in a repository.",
30759
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
30760
30760
"tags": [
30761
30761
"repos"
30762
30762
],
@@ -34140,7 +34140,7 @@
34140
34140
"/repos/{owner}/{repo}/hooks": {
34141
34141
"get": {
34142
34142
"summary": "List repository webhooks",
34143
-
"description": "",
34143
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
34144
34144
"tags": [
34145
34145
"repos"
34146
34146
],
@@ -62799,7 +62799,15 @@
62799
62799
},
62800
62800
"github_com_enterprise_role": {
62801
62801
"type": "string",
62802
-
"nullable": true
62802
+
"nullable": true,
62803
+
"description": "Deprecated: The most permissive enterprise role for a user."
62804
+
},
62805
+
"github_com_enterprise_roles": {
62806
+
"type": "array",
62807
+
"description": "All enterprise roles for a user.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/dereferenced/api.github.com.deref.json
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20073,7 +20073,7 @@
20073
20073
"/enterprises/{enterprise}/consumed-licenses": {
20074
20074
"get": {
20075
20075
"summary": "List enterprise consumed licenses",
20076
-
"description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.",
20076
+
"description": "Lists the license consumption information for all users, including those from connected servers, associated with an enterprise.\nTo use this endpoint, you must be an enterprise admin, and you must use an access\ntoken with the `read:enterprise` scope.\n\n**Note:** The license consumption API endpoints for enterprise accounts are currently\nin Beta and are subject to change.",
20077
20077
"tags": [
20078
20078
"enterprise-admin"
20079
20079
],
@@ -20153,7 +20153,15 @@
20153
20153
},
20154
20154
"github_com_enterprise_role": {
20155
20155
"type": "string",
20156
-
"nullable": true
20156
+
"nullable": true,
20157
+
"description": "Deprecated: The most permissive enterprise role for a user."
20158
+
},
20159
+
"github_com_enterprise_roles": {
20160
+
"type": "array",
20161
+
"description": "All enterprise roles for a user.",
20162
+
"items": {
20163
+
"type": "string"
20164
+
}
20157
20165
},
20158
20166
"visual_studio_subscription_user": {
20159
20167
"type": "boolean"
@@ -20224,6 +20232,9 @@
20224
20232
"org2:Owner"
20225
20233
],
20226
20234
"github_com_enterprise_role": "owner",
20235
+
"github_com_enterprise_roles": [
20236
+
"owner"
20237
+
],
20227
20238
"visual_studio_subscription_user": false,
20228
20239
"github_com_verified_domain_emails": [
20229
20240
"monalisa@github.com"
@@ -20254,6 +20265,9 @@
20254
20265
20255
20266
],
20256
20267
"github_com_enterprise_role": "",
20268
+
"github_com_enterprise_roles": [
20269
+
20270
+
],
20257
20271
"visual_studio_subscription_user": false,
20258
20272
"github_com_verified_domain_emails": [
20259
20273
@@ -240151,7 +240165,7 @@
240151
240165
},
240152
240166
"put": {
240153
240167
"summary": "Create or update file contents",
240154
-
"description": "Creates a new file or replaces an existing file in a repository.",
240168
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
240155
240169
"tags": [
240156
240170
"repos"
240157
240171
],
@@ -263100,7 +263114,7 @@
263100
263114
"/repos/{owner}/{repo}/hooks": {
263101
263115
"get": {
263102
263116
"summary": "List repository webhooks",
263103
-
"description": "",
263117
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
Copy file name to clipboardExpand all lines: descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -191540,7 +191540,7 @@
191540
191540
},
191541
191541
"put": {
191542
191542
"summary": "Create or update file contents",
191543
-
"description": "Creates a new file or replaces an existing file in a repository.",
191543
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
191544
191544
"tags": [
191545
191545
"repos"
191546
191546
],
@@ -212931,7 +212931,7 @@
212931
212931
"/repos/{owner}/{repo}/hooks": {
212932
212932
"get": {
212933
212933
"summary": "List repository webhooks",
212934
-
"description": "",
212934
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
Copy file name to clipboardExpand all lines: descriptions/ghes-3.2/ghes-3.2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26851,7 +26851,7 @@
26851
26851
},
26852
26852
"put": {
26853
26853
"summary": "Create or update file contents",
26854
-
"description": "Creates a new file or replaces an existing file in a repository.",
26854
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
26855
26855
"tags": [
26856
26856
"repos"
26857
26857
],
@@ -29862,7 +29862,7 @@
29862
29862
"/repos/{owner}/{repo}/hooks": {
29863
29863
"get": {
29864
29864
"summary": "List repository webhooks",
29865
-
"description": "",
29865
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
0 commit comments