Skip to content

Commit 73d1e4c

Browse files
Add decorated OpenAPI schema files
1 parent fd85826 commit 73d1e4c

File tree

7 files changed

+79
-37
lines changed

7 files changed

+79
-37
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"

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277039,8 +277039,14 @@
277039277039
"key": "default",
277040277040
"request": {
277041277041
"contentType": "application/json",
277042-
"description": "Example",
277042+
"description": "Update an existing webhook",
277043277043
"acceptHeader": "application/vnd.github.v3+json",
277044+
"bodyParameters": {
277045+
"url": "http://example.com/webhook",
277046+
"content_type": "json",
277047+
"insecure_ssl": "0",
277048+
"secret": "********"
277049+
},
277044277050
"parameters": {
277045277051
"org": "ORG",
277046277052
"hook_id": "HOOK_ID"

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277985,8 +277985,14 @@
277985277985
"key": "default",
277986277986
"request": {
277987277987
"contentType": "application/json",
277988-
"description": "Example",
277988+
"description": "Update an existing webhook",
277989277989
"acceptHeader": "application/vnd.github.v3+json",
277990+
"bodyParameters": {
277991+
"url": "http://example.com/webhook",
277992+
"content_type": "json",
277993+
"insecure_ssl": "0",
277994+
"secret": "********"
277995+
},
277990277996
"parameters": {
277991277997
"org": "ORG",
277992277998
"hook_id": "HOOK_ID"

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297870,8 +297870,14 @@
297870297870
"key": "default",
297871297871
"request": {
297872297872
"contentType": "application/json",
297873-
"description": "Example",
297873+
"description": "Update an existing webhook",
297874297874
"acceptHeader": "application/vnd.github.v3+json",
297875+
"bodyParameters": {
297876+
"url": "http://example.com/webhook",
297877+
"content_type": "json",
297878+
"insecure_ssl": "0",
297879+
"secret": "********"
297880+
},
297875297881
"parameters": {
297876297882
"org": "ORG",
297877297883
"hook_id": "HOOK_ID"

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309715,8 +309715,14 @@
309715309715
"key": "default",
309716309716
"request": {
309717309717
"contentType": "application/json",
309718-
"description": "Example",
309718+
"description": "Update an existing webhook",
309719309719
"acceptHeader": "application/vnd.github.v3+json",
309720+
"bodyParameters": {
309721+
"url": "http://example.com/webhook",
309722+
"content_type": "json",
309723+
"insecure_ssl": "0",
309724+
"secret": "********"
309725+
},
309720309726
"parameters": {
309721309727
"org": "ORG",
309722309728
"hook_id": "HOOK_ID"

lib/rest/static/decorated/github.ae.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278575,8 +278575,14 @@
278575278575
"key": "default",
278576278576
"request": {
278577278577
"contentType": "application/json",
278578-
"description": "Example",
278578+
"description": "Update an existing webhook",
278579278579
"acceptHeader": "application/vnd.github.v3+json",
278580+
"bodyParameters": {
278581+
"url": "http://example.com/webhook",
278582+
"content_type": "json",
278583+
"insecure_ssl": "0",
278584+
"secret": "********"
278585+
},
278580278586
"parameters": {
278581278587
"org": "ORG",
278582278588
"hook_id": "HOOK_ID"

0 commit comments

Comments
 (0)