Skip to content

Commit 3262d68

Browse files
authored
Merge pull request #4604 from github/openapi-update-267d0726f70c2733a9f7435d9507a9d3984c8916099580d1c0c5a583d9737994
Update OpenAPI 3.0 Descriptions
2 parents ec3aef0 + 9620db1 commit 3262d68

16 files changed

+24
-538
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

+2-19
Original file line numberDiff line numberDiff line change
@@ -6802,11 +6802,6 @@
68026802
"partner",
68036803
"custom"
68046804
]
6805-
},
6806-
"version": {
6807-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
6808-
"type": "string",
6809-
"nullable": true
68106805
}
68116806
}
68126807
},
@@ -6840,8 +6835,7 @@
68406835
"name": "My Hosted runner",
68416836
"image": {
68426837
"id": "ubuntu-latest",
6843-
"source": "github",
6844-
"version": "latest"
6838+
"source": "github"
68456839
},
68466840
"runner_group_id": 1,
68476841
"size": "4-core",
@@ -7244,11 +7238,6 @@
72447238
"enable_static_ip": {
72457239
"description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`",
72467240
"type": "boolean"
7247-
},
7248-
"image_version": {
7249-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
7250-
"type": "string",
7251-
"nullable": true
72527241
}
72537242
}
72547243
},
@@ -7258,8 +7247,7 @@
72587247
"name": "My larger runner",
72597248
"runner_group_id": 1,
72607249
"maximum_runners": 50,
7261-
"enable_static_ip": false,
7262-
"image_version": "1.0.0"
7250+
"enable_static_ip": false
72637251
}
72647252
}
72657253
}
@@ -101739,11 +101727,6 @@
101739101727
"partner",
101740101728
"custom"
101741101729
]
101742-
},
101743-
"version": {
101744-
"description": "The image version of the hosted runner pool.",
101745-
"type": "string",
101746-
"example": "latest"
101747101730
}
101748101731
},
101749101732
"required": [

descriptions/api.github.com/api.github.com.2022-11-28.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -4903,11 +4903,6 @@ paths:
49034903
- github
49044904
- partner
49054905
- custom
4906-
version:
4907-
description: The version of the runner image to deploy. This
4908-
is relevant only for runners using custom images.
4909-
type: string
4910-
nullable: true
49114906
size:
49124907
description: The machine size of the runner. To list available sizes,
49134908
use `GET actions/hosted-runners/machine-sizes`
@@ -4937,7 +4932,6 @@ paths:
49374932
image:
49384933
id: ubuntu-latest
49394934
source: github
4940-
version: latest
49414935
runner_group_id: 1
49424936
size: 4-core
49434937
maximum_runners: 50
@@ -5213,19 +5207,13 @@ paths:
52135207
public IP. Note limit on account. To list limits on account, use
52145208
`GET actions/hosted-runners/limits`
52155209
type: boolean
5216-
image_version:
5217-
description: The version of the runner image to deploy. This is
5218-
relevant only for runners using custom images.
5219-
type: string
5220-
nullable: true
52215210
examples:
52225211
default:
52235212
value:
52245213
name: My larger runner
52255214
runner_group_id: 1
52265215
maximum_runners: 50
52275216
enable_static_ip: false
5228-
image_version: 1.0.0
52295217
responses:
52305218
'200':
52315219
description: Response
@@ -74223,10 +74211,6 @@ components:
7422374211
- github
7422474212
- partner
7422574213
- custom
74226-
version:
74227-
description: The image version of the hosted runner pool.
74228-
type: string
74229-
example: latest
7423074214
required:
7423174215
- id
7423274216
- size_gb

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

+2-19
Original file line numberDiff line numberDiff line change
@@ -6802,11 +6802,6 @@
68026802
"partner",
68036803
"custom"
68046804
]
6805-
},
6806-
"version": {
6807-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
6808-
"type": "string",
6809-
"nullable": true
68106805
}
68116806
}
68126807
},
@@ -6840,8 +6835,7 @@
68406835
"name": "My Hosted runner",
68416836
"image": {
68426837
"id": "ubuntu-latest",
6843-
"source": "github",
6844-
"version": "latest"
6838+
"source": "github"
68456839
},
68466840
"runner_group_id": 1,
68476841
"size": "4-core",
@@ -7244,11 +7238,6 @@
72447238
"enable_static_ip": {
72457239
"description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`",
72467240
"type": "boolean"
7247-
},
7248-
"image_version": {
7249-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
7250-
"type": "string",
7251-
"nullable": true
72527241
}
72537242
}
72547243
},
@@ -7258,8 +7247,7 @@
72587247
"name": "My larger runner",
72597248
"runner_group_id": 1,
72607249
"maximum_runners": 50,
7261-
"enable_static_ip": false,
7262-
"image_version": "1.0.0"
7250+
"enable_static_ip": false
72637251
}
72647252
}
72657253
}
@@ -101739,11 +101727,6 @@
101739101727
"partner",
101740101728
"custom"
101741101729
]
101742-
},
101743-
"version": {
101744-
"description": "The image version of the hosted runner pool.",
101745-
"type": "string",
101746-
"example": "latest"
101747101730
}
101748101731
},
101749101732
"required": [

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

-16
Original file line numberDiff line numberDiff line change
@@ -4903,11 +4903,6 @@ paths:
49034903
- github
49044904
- partner
49054905
- custom
4906-
version:
4907-
description: The version of the runner image to deploy. This
4908-
is relevant only for runners using custom images.
4909-
type: string
4910-
nullable: true
49114906
size:
49124907
description: The machine size of the runner. To list available sizes,
49134908
use `GET actions/hosted-runners/machine-sizes`
@@ -4937,7 +4932,6 @@ paths:
49374932
image:
49384933
id: ubuntu-latest
49394934
source: github
4940-
version: latest
49414935
runner_group_id: 1
49424936
size: 4-core
49434937
maximum_runners: 50
@@ -5213,19 +5207,13 @@ paths:
52135207
public IP. Note limit on account. To list limits on account, use
52145208
`GET actions/hosted-runners/limits`
52155209
type: boolean
5216-
image_version:
5217-
description: The version of the runner image to deploy. This is
5218-
relevant only for runners using custom images.
5219-
type: string
5220-
nullable: true
52215210
examples:
52225211
default:
52235212
value:
52245213
name: My larger runner
52255214
runner_group_id: 1
52265215
maximum_runners: 50
52275216
enable_static_ip: false
5228-
image_version: 1.0.0
52295217
responses:
52305218
'200':
52315219
description: Response
@@ -74223,10 +74211,6 @@ components:
7422374211
- github
7422474212
- partner
7422574213
- custom
74226-
version:
74227-
description: The image version of the hosted runner pool.
74228-
type: string
74229-
example: latest
7423074214
required:
7423174215
- id
7423274216
- size_gb

descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json

+2-44
Original file line numberDiff line numberDiff line change
@@ -51673,11 +51673,6 @@
5167351673
"partner",
5167451674
"custom"
5167551675
]
51676-
},
51677-
"version": {
51678-
"description": "The image version of the hosted runner pool.",
51679-
"type": "string",
51680-
"example": "latest"
5168151676
}
5168251677
},
5168351678
"required": [
@@ -51922,11 +51917,6 @@
5192251917
"partner",
5192351918
"custom"
5192451919
]
51925-
},
51926-
"version": {
51927-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
51928-
"type": "string",
51929-
"nullable": true
5193051920
}
5193151921
}
5193251922
},
@@ -51960,8 +51950,7 @@
5196051950
"name": "My Hosted runner",
5196151951
"image": {
5196251952
"id": "ubuntu-latest",
51963-
"source": "github",
51964-
"version": "latest"
51953+
"source": "github"
5196551954
},
5196651955
"runner_group_id": 1,
5196751956
"size": "4-core",
@@ -52026,11 +52015,6 @@
5202652015
"partner",
5202752016
"custom"
5202852017
]
52029-
},
52030-
"version": {
52031-
"description": "The image version of the hosted runner pool.",
52032-
"type": "string",
52033-
"example": "latest"
5203452018
}
5203552019
},
5203652020
"required": [
@@ -52739,11 +52723,6 @@
5273952723
"partner",
5274052724
"custom"
5274152725
]
52742-
},
52743-
"version": {
52744-
"description": "The image version of the hosted runner pool.",
52745-
"type": "string",
52746-
"example": "latest"
5274752726
}
5274852727
},
5274952728
"required": [
@@ -52963,11 +52942,6 @@
5296352942
"enable_static_ip": {
5296452943
"description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`",
5296552944
"type": "boolean"
52966-
},
52967-
"image_version": {
52968-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
52969-
"type": "string",
52970-
"nullable": true
5297152945
}
5297252946
}
5297352947
},
@@ -52977,8 +52951,7 @@
5297752951
"name": "My larger runner",
5297852952
"runner_group_id": 1,
5297952953
"maximum_runners": 50,
52980-
"enable_static_ip": false,
52981-
"image_version": "1.0.0"
52954+
"enable_static_ip": false
5298252955
}
5298352956
}
5298452957
}
@@ -53038,11 +53011,6 @@
5303853011
"partner",
5303953012
"custom"
5304053013
]
53041-
},
53042-
"version": {
53043-
"description": "The image version of the hosted runner pool.",
53044-
"type": "string",
53045-
"example": "latest"
5304653014
}
5304753015
},
5304853016
"required": [
@@ -53285,11 +53253,6 @@
5328553253
"partner",
5328653254
"custom"
5328753255
]
53288-
},
53289-
"version": {
53290-
"description": "The image version of the hosted runner pool.",
53291-
"type": "string",
53292-
"example": "latest"
5329353256
}
5329453257
},
5329553258
"required": [
@@ -56071,11 +56034,6 @@
5607156034
"partner",
5607256035
"custom"
5607356036
]
56074-
},
56075-
"version": {
56076-
"description": "The image version of the hosted runner pool.",
56077-
"type": "string",
56078-
"example": "latest"
5607956037
}
5608056038
},
5608156039
"required": [

0 commit comments

Comments
 (0)