Skip to content

Commit fd85826

Browse files
Update OpenAPI Descriptions
1 parent 648325a commit fd85826

File tree

7 files changed

+114
-86
lines changed

7 files changed

+114
-86
lines changed

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -31788,25 +31788,25 @@
3178831788
"type": "integer",
3178931789
"description": "Total minutes used on Windows runner machines."
3179031790
},
31791-
"linux_4_core": {
31791+
"ubuntu_4_core": {
3179231792
"type": "integer",
31793-
"description": "Total minutes used on Linux 4 core runner machines."
31793+
"description": "Total minutes used on Ubuntu 4 core runner machines."
3179431794
},
31795-
"linux_8_core": {
31795+
"ubuntu_8_core": {
3179631796
"type": "integer",
31797-
"description": "Total minutes used on Linux 8 core runner machines."
31797+
"description": "Total minutes used on Ubuntu 8 core runner machines."
3179831798
},
31799-
"linux_16_core": {
31799+
"ubuntu_16_core": {
3180031800
"type": "integer",
31801-
"description": "Total minutes used on Linux 16 core runner machines."
31801+
"description": "Total minutes used on Ubuntu 16 core runner machines."
3180231802
},
31803-
"linux_32_core": {
31803+
"ubuntu_32_core": {
3180431804
"type": "integer",
31805-
"description": "Total minutes used on Linux 32 core runner machines."
31805+
"description": "Total minutes used on Ubuntu 32 core runner machines."
3180631806
},
31807-
"linux_64_core": {
31807+
"ubuntu_64_core": {
3180831808
"type": "integer",
31809-
"description": "Total minutes used on Linux 64 core runner machines."
31809+
"description": "Total minutes used on Ubuntu 64 core runner machines."
3181031810
},
3181131811
"windows_4_core": {
3181231812
"type": "integer",
@@ -94652,14 +94652,18 @@
9465294652
}
9465394653
]
9465494654
}
94655-
},
94656-
"example": {
94657-
"content_type": "json",
94658-
"insecure_ssl": "0",
94659-
"secret": "********",
94660-
"url": "https://example.com/webhook"
94661-
},
94662-
"additionalProperties": false
94655+
}
94656+
},
94657+
"examples": {
94658+
"default": {
94659+
"summary": "Update an existing webhook",
94660+
"value": {
94661+
"url": "http://example.com/webhook",
94662+
"content_type": "json",
94663+
"insecure_ssl": "0",
94664+
"secret": "********"
94665+
}
94666+
}
9466394667
}
9466494668
}
9466594669
}
@@ -127966,25 +127970,25 @@
127966127970
"type": "integer",
127967127971
"description": "Total minutes used on Windows runner machines."
127968127972
},
127969-
"linux_4_core": {
127973+
"ubuntu_4_core": {
127970127974
"type": "integer",
127971-
"description": "Total minutes used on Linux 4 core runner machines."
127975+
"description": "Total minutes used on Ubuntu 4 core runner machines."
127972127976
},
127973-
"linux_8_core": {
127977+
"ubuntu_8_core": {
127974127978
"type": "integer",
127975-
"description": "Total minutes used on Linux 8 core runner machines."
127979+
"description": "Total minutes used on Ubuntu 8 core runner machines."
127976127980
},
127977-
"linux_16_core": {
127981+
"ubuntu_16_core": {
127978127982
"type": "integer",
127979-
"description": "Total minutes used on Linux 16 core runner machines."
127983+
"description": "Total minutes used on Ubuntu 16 core runner machines."
127980127984
},
127981-
"linux_32_core": {
127985+
"ubuntu_32_core": {
127982127986
"type": "integer",
127983-
"description": "Total minutes used on Linux 32 core runner machines."
127987+
"description": "Total minutes used on Ubuntu 32 core runner machines."
127984127988
},
127985-
"linux_64_core": {
127989+
"ubuntu_64_core": {
127986127990
"type": "integer",
127987-
"description": "Total minutes used on Linux 64 core runner machines."
127991+
"description": "Total minutes used on Ubuntu 64 core runner machines."
127988127992
},
127989127993
"windows_4_core": {
127990127994
"type": "integer",
@@ -592557,25 +592561,25 @@
592557592561
"type": "integer",
592558592562
"description": "Total minutes used on Windows runner machines."
592559592563
},
592560-
"linux_4_core": {
592564+
"ubuntu_4_core": {
592561592565
"type": "integer",
592562-
"description": "Total minutes used on Linux 4 core runner machines."
592566+
"description": "Total minutes used on Ubuntu 4 core runner machines."
592563592567
},
592564-
"linux_8_core": {
592568+
"ubuntu_8_core": {
592565592569
"type": "integer",
592566-
"description": "Total minutes used on Linux 8 core runner machines."
592570+
"description": "Total minutes used on Ubuntu 8 core runner machines."
592567592571
},
592568-
"linux_16_core": {
592572+
"ubuntu_16_core": {
592569592573
"type": "integer",
592570-
"description": "Total minutes used on Linux 16 core runner machines."
592574+
"description": "Total minutes used on Ubuntu 16 core runner machines."
592571592575
},
592572-
"linux_32_core": {
592576+
"ubuntu_32_core": {
592573592577
"type": "integer",
592574-
"description": "Total minutes used on Linux 32 core runner machines."
592578+
"description": "Total minutes used on Ubuntu 32 core runner machines."
592575592579
},
592576-
"linux_64_core": {
592580+
"ubuntu_64_core": {
592577592581
"type": "integer",
592578-
"description": "Total minutes used on Linux 64 core runner machines."
592582+
"description": "Total minutes used on Ubuntu 64 core runner machines."
592579592583
},
592580592584
"windows_4_core": {
592581592585
"type": "integer",

0 commit comments

Comments
 (0)