@@ -94815,25 +94815,25 @@
94815
94815
"type": "integer",
94816
94816
"description": "Total minutes used on Windows runner machines."
94817
94817
},
94818
- "linux_4_core ": {
94818
+ "ubuntu_4_core ": {
94819
94819
"type": "integer",
94820
- "description": "Total minutes used on Linux 4 core runner machines."
94820
+ "description": "Total minutes used on Ubuntu 4 core runner machines."
94821
94821
},
94822
- "linux_8_core ": {
94822
+ "ubuntu_8_core ": {
94823
94823
"type": "integer",
94824
- "description": "Total minutes used on Linux 8 core runner machines."
94824
+ "description": "Total minutes used on Ubuntu 8 core runner machines."
94825
94825
},
94826
- "linux_16_core ": {
94826
+ "ubuntu_16_core ": {
94827
94827
"type": "integer",
94828
- "description": "Total minutes used on Linux 16 core runner machines."
94828
+ "description": "Total minutes used on Ubuntu 16 core runner machines."
94829
94829
},
94830
- "linux_32_core ": {
94830
+ "ubuntu_32_core ": {
94831
94831
"type": "integer",
94832
- "description": "Total minutes used on Linux 32 core runner machines."
94832
+ "description": "Total minutes used on Ubuntu 32 core runner machines."
94833
94833
},
94834
- "linux_64_core ": {
94834
+ "ubuntu_64_core ": {
94835
94835
"type": "integer",
94836
- "description": "Total minutes used on Linux 64 core runner machines."
94836
+ "description": "Total minutes used on Ubuntu 64 core runner machines."
94837
94837
},
94838
94838
"windows_4_core": {
94839
94839
"type": "integer",
@@ -95258,25 +95258,25 @@
95258
95258
"type": "integer",
95259
95259
"description": "Total minutes used on Windows runner machines."
95260
95260
},
95261
- "linux_4_core ": {
95261
+ "ubuntu_4_core ": {
95262
95262
"type": "integer",
95263
- "description": "Total minutes used on Linux 4 core runner machines."
95263
+ "description": "Total minutes used on Ubuntu 4 core runner machines."
95264
95264
},
95265
- "linux_8_core ": {
95265
+ "ubuntu_8_core ": {
95266
95266
"type": "integer",
95267
- "description": "Total minutes used on Linux 8 core runner machines."
95267
+ "description": "Total minutes used on Ubuntu 8 core runner machines."
95268
95268
},
95269
- "linux_16_core ": {
95269
+ "ubuntu_16_core ": {
95270
95270
"type": "integer",
95271
- "description": "Total minutes used on Linux 16 core runner machines."
95271
+ "description": "Total minutes used on Ubuntu 16 core runner machines."
95272
95272
},
95273
- "linux_32_core ": {
95273
+ "ubuntu_32_core ": {
95274
95274
"type": "integer",
95275
- "description": "Total minutes used on Linux 32 core runner machines."
95275
+ "description": "Total minutes used on Ubuntu 32 core runner machines."
95276
95276
},
95277
- "linux_64_core ": {
95277
+ "ubuntu_64_core ": {
95278
95278
"type": "integer",
95279
- "description": "Total minutes used on Linux 64 core runner machines."
95279
+ "description": "Total minutes used on Ubuntu 64 core runner machines."
95280
95280
},
95281
95281
"windows_4_core": {
95282
95282
"type": "integer",
@@ -228204,25 +228204,25 @@
228204
228204
"type": "integer",
228205
228205
"description": "Total minutes used on Windows runner machines."
228206
228206
},
228207
- "linux_4_core ": {
228207
+ "ubuntu_4_core ": {
228208
228208
"type": "integer",
228209
- "description": "Total minutes used on Linux 4 core runner machines."
228209
+ "description": "Total minutes used on Ubuntu 4 core runner machines."
228210
228210
},
228211
- "linux_8_core ": {
228211
+ "ubuntu_8_core ": {
228212
228212
"type": "integer",
228213
- "description": "Total minutes used on Linux 8 core runner machines."
228213
+ "description": "Total minutes used on Ubuntu 8 core runner machines."
228214
228214
},
228215
- "linux_16_core ": {
228215
+ "ubuntu_16_core ": {
228216
228216
"type": "integer",
228217
- "description": "Total minutes used on Linux 16 core runner machines."
228217
+ "description": "Total minutes used on Ubuntu 16 core runner machines."
228218
228218
},
228219
- "linux_32_core ": {
228219
+ "ubuntu_32_core ": {
228220
228220
"type": "integer",
228221
- "description": "Total minutes used on Linux 32 core runner machines."
228221
+ "description": "Total minutes used on Ubuntu 32 core runner machines."
228222
228222
},
228223
- "linux_64_core ": {
228223
+ "ubuntu_64_core ": {
228224
228224
"type": "integer",
228225
- "description": "Total minutes used on Linux 64 core runner machines."
228225
+ "description": "Total minutes used on Ubuntu 64 core runner machines."
228226
228226
},
228227
228227
"windows_4_core": {
228228
228228
"type": "integer",
@@ -359503,8 +359503,14 @@
359503
359503
"key": "default",
359504
359504
"request": {
359505
359505
"contentType": "application/json",
359506
- "description": "Example ",
359506
+ "description": "Update an existing webhook ",
359507
359507
"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
+ },
359508
359514
"parameters": {
359509
359515
"org": "ORG",
359510
359516
"hook_id": "HOOK_ID"
0 commit comments