Skip to content

Commit 822de49

Browse files
author
Marc-Andre Giroux
authored
Merge pull request #44 from github/def-import-2020-10-01
OpenAPI Updates
2 parents f3cbe95 + f3b3a35 commit 822de49

24 files changed

+1736
-1796
lines changed

descriptions/api.github.com/api.github.com.json

+454-462
Large diffs are not rendered by default.

descriptions/api.github.com/api.github.com.yaml

+404-426
Large diffs are not rendered by default.

descriptions/api.github.com/dereferenced/api.github.com.deref.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {
@@ -16021,7 +16021,7 @@
1602116021
"/enterprises/{enterprise}/settings/billing/actions": {
1602216022
"get": {
1602316023
"summary": "Get GitHub Actions billing for an enterprise",
16024-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nThe authenticated user must be an enterprise admin.",
16024+
"description": "Gets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nThe authenticated user must be an enterprise admin.",
1602516025
"operationId": "billing/get-github-actions-billing-ghe",
1602616026
"tags": [
1602716027
"billing"
@@ -16112,7 +16112,7 @@
1611216112
"/enterprises/{enterprise}/settings/billing/packages": {
1611316113
"get": {
1611416114
"summary": "Get GitHub Packages billing for an enterprise",
16115-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the free and paid storage used for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nThe authenticated user must be an enterprise admin.",
16115+
"description": "Gets the free and paid storage used for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nThe authenticated user must be an enterprise admin.",
1611616116
"operationId": "billing/get-github-packages-billing-ghe",
1611716117
"tags": [
1611816118
"billing"
@@ -16181,7 +16181,7 @@
1618116181
"/enterprises/{enterprise}/settings/billing/shared-storage": {
1618216182
"get": {
1618316183
"summary": "Get shared storage billing for an enterprise",
16184-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nThe authenticated user must be an enterprise admin.",
16184+
"description": "Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nThe authenticated user must be an enterprise admin.",
1618516185
"operationId": "billing/get-shared-storage-billing-ghe",
1618616186
"tags": [
1618716187
"billing"
@@ -66156,7 +66156,7 @@
6615666156
"/orgs/{org}/settings/billing/actions": {
6615766157
"get": {
6615866158
"summary": "Get GitHub Actions billing for an organization",
66159-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAccess tokens must have the `read:org` scope.",
66159+
"description": "Gets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAccess tokens must have the `read:org` scope.",
6616066160
"operationId": "billing/get-github-actions-billing-org",
6616166161
"tags": [
6616266162
"billing"
@@ -66246,7 +66246,7 @@
6624666246
"/orgs/{org}/settings/billing/packages": {
6624766247
"get": {
6624866248
"summary": "Get GitHub Packages billing for an organization",
66249-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the free and paid storage usued for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `read:org` scope.",
66249+
"description": "Gets the free and paid storage usued for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `read:org` scope.",
6625066250
"operationId": "billing/get-github-packages-billing-org",
6625166251
"tags": [
6625266252
"billing"
@@ -66314,7 +66314,7 @@
6631466314
"/orgs/{org}/settings/billing/shared-storage": {
6631566315
"get": {
6631666316
"summary": "Get shared storage billing for an organization",
66317-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `read:org` scope.",
66317+
"description": "Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `read:org` scope.",
6631866318
"operationId": "billing/get-shared-storage-billing-org",
6631966319
"tags": [
6632066320
"billing"
@@ -297623,7 +297623,7 @@
297623297623
"/users/{username}/settings/billing/actions": {
297624297624
"get": {
297625297625
"summary": "Get GitHub Actions billing for a user",
297626-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAccess tokens must have the `user` scope.",
297626+
"description": "Gets the summary of the free and paid GitHub Actions minutes used.\n\nPaid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAccess tokens must have the `user` scope.",
297627297627
"operationId": "billing/get-github-actions-billing-user",
297628297628
"tags": [
297629297629
"billing"
@@ -297713,7 +297713,7 @@
297713297713
"/users/{username}/settings/billing/packages": {
297714297714
"get": {
297715297715
"summary": "Get GitHub Packages billing for a user",
297716-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the free and paid storage used for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `user` scope.",
297716+
"description": "Gets the free and paid storage used for GitHub Packages in gigabytes.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `user` scope.",
297717297717
"operationId": "billing/get-github-packages-billing-user",
297718297718
"tags": [
297719297719
"billing"
@@ -297781,7 +297781,7 @@
297781297781
"/users/{username}/settings/billing/shared-storage": {
297782297782
"get": {
297783297783
"summary": "Get shared storage billing for a user",
297784-
"description": "**Warning:** The Billing API is currently in public beta and subject to change.\n\nGets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `user` scope.",
297784+
"description": "Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.\n\nPaid minutes only apply to packages stored for private repositories. For more information, see \"[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).\"\n\nAccess tokens must have the `user` scope.",
297785297785
"operationId": "billing/get-shared-storage-billing-user",
297786297786
"tags": [
297787297787
"billing"

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: 1.0.0-rc.2
4+
version: 1.0.0-rc.3
55
title: GitHub v3 REST API
66
description: GitHub's v3 REST API.
77
license:
@@ -12290,8 +12290,6 @@ paths:
1229012290
get:
1229112291
summary: Get GitHub Actions billing for an enterprise
1229212292
description: |-
12293-
**Warning:** The Billing API is currently in public beta and subject to change.
12294-
1229512293
Gets the summary of the free and paid GitHub Actions minutes used.
1229612294

1229712295
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
@@ -12360,8 +12358,6 @@ paths:
1236012358
get:
1236112359
summary: Get GitHub Packages billing for an enterprise
1236212360
description: |-
12363-
**Warning:** The Billing API is currently in public beta and subject to change.
12364-
1236512361
Gets the free and paid storage used for GitHub Packages in gigabytes.
1236612362

1236712363
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
@@ -12414,8 +12410,6 @@ paths:
1241412410
get:
1241512411
summary: Get shared storage billing for an enterprise
1241612412
description: |-
12417-
**Warning:** The Billing API is currently in public beta and subject to change.
12418-
1241912413
Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.
1242012414

1242112415
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
@@ -50554,8 +50548,6 @@ paths:
5055450548
get:
5055550549
summary: Get GitHub Actions billing for an organization
5055650550
description: |-
50557-
**Warning:** The Billing API is currently in public beta and subject to change.
50558-
5055950551
Gets the summary of the free and paid GitHub Actions minutes used.
5056050552

5056150553
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
@@ -50623,8 +50615,6 @@ paths:
5062350615
get:
5062450616
summary: Get GitHub Packages billing for an organization
5062550617
description: |-
50626-
**Warning:** The Billing API is currently in public beta and subject to change.
50627-
5062850618
Gets the free and paid storage usued for GitHub Packages in gigabytes.
5062950619

5063050620
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
@@ -50676,8 +50666,6 @@ paths:
5067650666
get:
5067750667
summary: Get shared storage billing for an organization
5067850668
description: |-
50679-
**Warning:** The Billing API is currently in public beta and subject to change.
50680-
5068150669
Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.
5068250670

5068350671
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
@@ -228436,8 +228424,6 @@ paths:
228436228424
get:
228437228425
summary: Get GitHub Actions billing for a user
228438228426
description: |-
228439-
**Warning:** The Billing API is currently in public beta and subject to change.
228440-
228441228427
Gets the summary of the free and paid GitHub Actions minutes used.
228442228428

228443228429
Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)".
@@ -228505,8 +228491,6 @@ paths:
228505228491
get:
228506228492
summary: Get GitHub Packages billing for a user
228507228493
description: |-
228508-
**Warning:** The Billing API is currently in public beta and subject to change.
228509-
228510228494
Gets the free and paid storage used for GitHub Packages in gigabytes.
228511228495

228512228496
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."
@@ -228558,8 +228542,6 @@ paths:
228558228542
get:
228559228543
summary: Get shared storage billing for a user
228560228544
description: |-
228561-
**Warning:** The Billing API is currently in public beta and subject to change.
228562-
228563228545
Gets the estimated paid and estimated total storage used for GitHub Actions and Github Packages.
228564228546

228565228547
Paid minutes only apply to packages stored for private repositories. For more information, see "[Managing billing for GitHub Packages](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages)."

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: 1.0.0-rc.2
4+
version: 1.0.0-rc.3
55
title: GitHub v3 REST API
66
description: GitHub's v3 REST API.
77
license:

descriptions/ghes-2.18/ghes-2.18.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {

descriptions/ghes-2.18/ghes-2.18.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: 1.0.0-rc.2
4+
version: 1.0.0-rc.3
55
title: GitHub v3 REST API
66
description: GitHub's v3 REST API.
77
license:

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: 1.0.0-rc.2
4+
version: 1.0.0-rc.3
55
title: GitHub v3 REST API
66
description: GitHub's v3 REST API.
77
license:

descriptions/ghes-2.19/ghes-2.19.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {

descriptions/ghes-2.19/ghes-2.19.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: 1.0.0-rc.2
4+
version: 1.0.0-rc.3
55
title: GitHub v3 REST API
66
description: GitHub's v3 REST API.
77
license:

descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"title": "GitHub v3 REST API",
66
"description": "GitHub's v3 REST API.",
77
"license": {

0 commit comments

Comments
 (0)