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-next/api.github.com/api.github.com.json
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3531,7 +3531,7 @@
3531
3531
"/enterprises/{enterprise}/consumed-licenses": {
3532
3532
"get": {
3533
3533
"summary": "List enterprise consumed licenses",
3534
-
"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.",
3534
+
"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.",
3535
3535
"tags": [
3536
3536
"enterprise-admin"
3537
3537
],
@@ -30906,7 +30906,7 @@
30906
30906
},
30907
30907
"put": {
30908
30908
"summary": "Create or update file contents",
30909
-
"description": "Creates a new file or replaces an existing file in a repository.",
30909
+
"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.",
30910
30910
"tags": [
30911
30911
"repos"
30912
30912
],
@@ -34314,7 +34314,7 @@
34314
34314
"/repos/{owner}/{repo}/hooks": {
34315
34315
"get": {
34316
34316
"summary": "List repository webhooks",
34317
-
"description": "",
34317
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
34318
34318
"tags": [
34319
34319
"repos"
34320
34320
],
@@ -63673,7 +63673,15 @@
63673
63673
"type": [
63674
63674
"string",
63675
63675
"null"
63676
-
]
63676
+
],
63677
+
"description": "Deprecated: The most permissive enterprise role for a user."
63678
+
},
63679
+
"github_com_enterprise_roles": {
63680
+
"type": "array",
63681
+
"description": "All enterprise roles for a user.",
Copy file name to clipboardExpand all lines: descriptions-next/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
@@ -22270,7 +22270,7 @@
22270
22270
"/enterprises/{enterprise}/consumed-licenses": {
22271
22271
"get": {
22272
22272
"summary": "List enterprise consumed licenses",
22273
-
"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.",
22273
+
"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.",
22274
22274
"tags": [
22275
22275
"enterprise-admin"
22276
22276
],
@@ -22356,7 +22356,15 @@
22356
22356
"type": [
22357
22357
"string",
22358
22358
"null"
22359
-
]
22359
+
],
22360
+
"description": "Deprecated: The most permissive enterprise role for a user."
22361
+
},
22362
+
"github_com_enterprise_roles": {
22363
+
"type": "array",
22364
+
"description": "All enterprise roles for a user.",
22365
+
"items": {
22366
+
"type": "string"
22367
+
}
22360
22368
},
22361
22369
"visual_studio_subscription_user": {
22362
22370
"type": "boolean"
@@ -22433,6 +22441,9 @@
22433
22441
"org2:Owner"
22434
22442
],
22435
22443
"github_com_enterprise_role": "owner",
22444
+
"github_com_enterprise_roles": [
22445
+
"owner"
22446
+
],
22436
22447
"visual_studio_subscription_user": false,
22437
22448
"github_com_verified_domain_emails": [
22438
22449
"monalisa@github.com"
@@ -22463,6 +22474,9 @@
22463
22474
22464
22475
],
22465
22476
"github_com_enterprise_role": "",
22477
+
"github_com_enterprise_roles": [
22478
+
22479
+
],
22466
22480
"visual_studio_subscription_user": false,
22467
22481
"github_com_verified_domain_emails": [
22468
22482
@@ -283626,7 +283640,7 @@
283626
283640
},
283627
283641
"put": {
283628
283642
"summary": "Create or update file contents",
283629
-
"description": "Creates a new file or replaces an existing file in a repository.",
283643
+
"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.",
283630
283644
"tags": [
283631
283645
"repos"
283632
283646
],
@@ -310635,7 +310649,7 @@
310635
310649
"/repos/{owner}/{repo}/hooks": {
310636
310650
"get": {
310637
310651
"summary": "List repository webhooks",
310638
-
"description": "",
310652
+
"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-next/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
@@ -225938,7 +225938,7 @@
225938
225938
},
225939
225939
"put": {
225940
225940
"summary": "Create or update file contents",
225941
-
"description": "Creates a new file or replaces an existing file in a repository.",
225941
+
"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.",
225942
225942
"tags": [
225943
225943
"repos"
225944
225944
],
@@ -251280,7 +251280,7 @@
251280
251280
"/repos/{owner}/{repo}/hooks": {
251281
251281
"get": {
251282
251282
"summary": "List repository webhooks",
251283
-
"description": "",
251283
+
"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-next/ghes-3.2/ghes-3.2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26988,7 +26988,7 @@
26988
26988
},
26989
26989
"put": {
26990
26990
"summary": "Create or update file contents",
26991
-
"description": "Creates a new file or replaces an existing file in a repository.",
26991
+
"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.",
26992
26992
"tags": [
26993
26993
"repos"
26994
26994
],
@@ -30023,7 +30023,7 @@
30023
30023
"/repos/{owner}/{repo}/hooks": {
30024
30024
"get": {
30025
30025
"summary": "List repository webhooks",
30026
-
"description": "",
30026
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
0 commit comments