Skip to content

Commit 9fe6298

Browse files
authored
Merge pull request github#28408 from github/openapi-update-f470240e4f1820d5d7cd4da9d8e10daac264e7972ea372003f1eaf9e910593fd
Update OpenAPI Descriptions
2 parents 4a8c380 + ab457fd commit 9fe6298

14 files changed

+193
-123
lines changed

lib/rest/static/decorated/api.github.com.json

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -94815,25 +94815,25 @@
9481594815
"type": "integer",
9481694816
"description": "Total minutes used on Windows runner machines."
9481794817
},
94818-
"linux_4_core": {
94818+
"ubuntu_4_core": {
9481994819
"type": "integer",
94820-
"description": "Total minutes used on Linux 4 core runner machines."
94820+
"description": "Total minutes used on Ubuntu 4 core runner machines."
9482194821
},
94822-
"linux_8_core": {
94822+
"ubuntu_8_core": {
9482394823
"type": "integer",
94824-
"description": "Total minutes used on Linux 8 core runner machines."
94824+
"description": "Total minutes used on Ubuntu 8 core runner machines."
9482594825
},
94826-
"linux_16_core": {
94826+
"ubuntu_16_core": {
9482794827
"type": "integer",
94828-
"description": "Total minutes used on Linux 16 core runner machines."
94828+
"description": "Total minutes used on Ubuntu 16 core runner machines."
9482994829
},
94830-
"linux_32_core": {
94830+
"ubuntu_32_core": {
9483194831
"type": "integer",
94832-
"description": "Total minutes used on Linux 32 core runner machines."
94832+
"description": "Total minutes used on Ubuntu 32 core runner machines."
9483394833
},
94834-
"linux_64_core": {
94834+
"ubuntu_64_core": {
9483594835
"type": "integer",
94836-
"description": "Total minutes used on Linux 64 core runner machines."
94836+
"description": "Total minutes used on Ubuntu 64 core runner machines."
9483794837
},
9483894838
"windows_4_core": {
9483994839
"type": "integer",
@@ -95258,25 +95258,25 @@
9525895258
"type": "integer",
9525995259
"description": "Total minutes used on Windows runner machines."
9526095260
},
95261-
"linux_4_core": {
95261+
"ubuntu_4_core": {
9526295262
"type": "integer",
95263-
"description": "Total minutes used on Linux 4 core runner machines."
95263+
"description": "Total minutes used on Ubuntu 4 core runner machines."
9526495264
},
95265-
"linux_8_core": {
95265+
"ubuntu_8_core": {
9526695266
"type": "integer",
95267-
"description": "Total minutes used on Linux 8 core runner machines."
95267+
"description": "Total minutes used on Ubuntu 8 core runner machines."
9526895268
},
95269-
"linux_16_core": {
95269+
"ubuntu_16_core": {
9527095270
"type": "integer",
95271-
"description": "Total minutes used on Linux 16 core runner machines."
95271+
"description": "Total minutes used on Ubuntu 16 core runner machines."
9527295272
},
95273-
"linux_32_core": {
95273+
"ubuntu_32_core": {
9527495274
"type": "integer",
95275-
"description": "Total minutes used on Linux 32 core runner machines."
95275+
"description": "Total minutes used on Ubuntu 32 core runner machines."
9527695276
},
95277-
"linux_64_core": {
95277+
"ubuntu_64_core": {
9527895278
"type": "integer",
95279-
"description": "Total minutes used on Linux 64 core runner machines."
95279+
"description": "Total minutes used on Ubuntu 64 core runner machines."
9528095280
},
9528195281
"windows_4_core": {
9528295282
"type": "integer",
@@ -228204,25 +228204,25 @@
228204228204
"type": "integer",
228205228205
"description": "Total minutes used on Windows runner machines."
228206228206
},
228207-
"linux_4_core": {
228207+
"ubuntu_4_core": {
228208228208
"type": "integer",
228209-
"description": "Total minutes used on Linux 4 core runner machines."
228209+
"description": "Total minutes used on Ubuntu 4 core runner machines."
228210228210
},
228211-
"linux_8_core": {
228211+
"ubuntu_8_core": {
228212228212
"type": "integer",
228213-
"description": "Total minutes used on Linux 8 core runner machines."
228213+
"description": "Total minutes used on Ubuntu 8 core runner machines."
228214228214
},
228215-
"linux_16_core": {
228215+
"ubuntu_16_core": {
228216228216
"type": "integer",
228217-
"description": "Total minutes used on Linux 16 core runner machines."
228217+
"description": "Total minutes used on Ubuntu 16 core runner machines."
228218228218
},
228219-
"linux_32_core": {
228219+
"ubuntu_32_core": {
228220228220
"type": "integer",
228221-
"description": "Total minutes used on Linux 32 core runner machines."
228221+
"description": "Total minutes used on Ubuntu 32 core runner machines."
228222228222
},
228223-
"linux_64_core": {
228223+
"ubuntu_64_core": {
228224228224
"type": "integer",
228225-
"description": "Total minutes used on Linux 64 core runner machines."
228225+
"description": "Total minutes used on Ubuntu 64 core runner machines."
228226228226
},
228227228227
"windows_4_core": {
228228228228
"type": "integer",
@@ -359503,8 +359503,14 @@
359503359503
"key": "default",
359504359504
"request": {
359505359505
"contentType": "application/json",
359506-
"description": "Example",
359506+
"description": "Update an existing webhook",
359507359507
"acceptHeader": "application/vnd.github.v3+json",
359508+
"bodyParameters": {
359509+
"url": "http://example.com/webhook",
359510+
"content_type": "json",
359511+
"insecure_ssl": "0",
359512+
"secret": "********"
359513+
},
359508359514
"parameters": {
359509359515
"org": "ORG",
359510359516
"hook_id": "HOOK_ID"

lib/rest/static/decorated/ghes-3.1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271066,8 +271066,14 @@
271066271066
"key": "default",
271067271067
"request": {
271068271068
"contentType": "application/json",
271069-
"description": "Example",
271069+
"description": "Update an existing webhook",
271070271070
"acceptHeader": "application/vnd.github.v3+json",
271071+
"bodyParameters": {
271072+
"url": "http://example.com/webhook",
271073+
"content_type": "json",
271074+
"insecure_ssl": "0",
271075+
"secret": "********"
271076+
},
271071271077
"parameters": {
271072271078
"org": "ORG",
271073271079
"hook_id": "HOOK_ID"

0 commit comments

Comments
 (0)