Skip to content

Commit afa8a98

Browse files
authored
Merge pull request #4605 from github/openapi-update-358efb4cbe41bf10569d8a9062f5692ced6e79bb89b394f2fa7ebf7919d8ce3d
Update OpenAPI 3.1 Descriptions
2 parents 3262d68 + f2c6677 commit afa8a98

16 files changed

Lines changed: 24 additions & 694 deletions

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

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,13 +6842,6 @@
68426842
"partner",
68436843
"custom"
68446844
]
6845-
},
6846-
"version": {
6847-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
6848-
"type": [
6849-
"string",
6850-
"null"
6851-
]
68526845
}
68536846
}
68546847
},
@@ -6882,8 +6875,7 @@
68826875
"name": "My Hosted runner",
68836876
"image": {
68846877
"id": "ubuntu-latest",
6885-
"source": "github",
6886-
"version": "latest"
6878+
"source": "github"
68876879
},
68886880
"runner_group_id": 1,
68896881
"size": "4-core",
@@ -7286,13 +7278,6 @@
72867278
"enable_static_ip": {
72877279
"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`",
72887280
"type": "boolean"
7289-
},
7290-
"image_version": {
7291-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
7292-
"type": [
7293-
"string",
7294-
"null"
7295-
]
72967281
}
72977282
}
72987283
},
@@ -7302,8 +7287,7 @@
73027287
"name": "My larger runner",
73037288
"runner_group_id": 1,
73047289
"maximum_runners": 50,
7305-
"enable_static_ip": false,
7306-
"image_version": "1.0.0"
7290+
"enable_static_ip": false
73077291
}
73087292
}
73097293
}
@@ -103268,13 +103252,6 @@
103268103252
"partner",
103269103253
"custom"
103270103254
]
103271-
},
103272-
"version": {
103273-
"description": "The image version of the hosted runner pool.",
103274-
"type": "string",
103275-
"examples": [
103276-
"latest"
103277-
]
103278103255
}
103279103256
},
103280103257
"required": [

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4921,12 +4921,6 @@ paths:
49214921
- github
49224922
- partner
49234923
- custom
4924-
version:
4925-
description: The version of the runner image to deploy. This
4926-
is relevant only for runners using custom images.
4927-
type:
4928-
- string
4929-
- 'null'
49304924
size:
49314925
description: The machine size of the runner. To list available sizes,
49324926
use `GET actions/hosted-runners/machine-sizes`
@@ -4956,7 +4950,6 @@ paths:
49564950
image:
49574951
id: ubuntu-latest
49584952
source: github
4959-
version: latest
49604953
runner_group_id: 1
49614954
size: 4-core
49624955
maximum_runners: 50
@@ -5232,20 +5225,13 @@ paths:
52325225
public IP. Note limit on account. To list limits on account, use
52335226
`GET actions/hosted-runners/limits`
52345227
type: boolean
5235-
image_version:
5236-
description: The version of the runner image to deploy. This is
5237-
relevant only for runners using custom images.
5238-
type:
5239-
- string
5240-
- 'null'
52415228
examples:
52425229
default:
52435230
value:
52445231
name: My larger runner
52455232
runner_group_id: 1
52465233
maximum_runners: 50
52475234
enable_static_ip: false
5248-
image_version: 1.0.0
52495235
responses:
52505236
'200':
52515237
description: Response
@@ -74866,11 +74852,6 @@ components:
7486674852
- github
7486774853
- partner
7486874854
- custom
74869-
version:
74870-
description: The image version of the hosted runner pool.
74871-
type: string
74872-
examples:
74873-
- latest
7487474855
required:
7487574856
- id
7487674857
- size_gb

descriptions-next/api.github.com/api.github.com.json

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,13 +6842,6 @@
68426842
"partner",
68436843
"custom"
68446844
]
6845-
},
6846-
"version": {
6847-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
6848-
"type": [
6849-
"string",
6850-
"null"
6851-
]
68526845
}
68536846
}
68546847
},
@@ -6882,8 +6875,7 @@
68826875
"name": "My Hosted runner",
68836876
"image": {
68846877
"id": "ubuntu-latest",
6885-
"source": "github",
6886-
"version": "latest"
6878+
"source": "github"
68876879
},
68886880
"runner_group_id": 1,
68896881
"size": "4-core",
@@ -7286,13 +7278,6 @@
72867278
"enable_static_ip": {
72877279
"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`",
72887280
"type": "boolean"
7289-
},
7290-
"image_version": {
7291-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
7292-
"type": [
7293-
"string",
7294-
"null"
7295-
]
72967281
}
72977282
}
72987283
},
@@ -7302,8 +7287,7 @@
73027287
"name": "My larger runner",
73037288
"runner_group_id": 1,
73047289
"maximum_runners": 50,
7305-
"enable_static_ip": false,
7306-
"image_version": "1.0.0"
7290+
"enable_static_ip": false
73077291
}
73087292
}
73097293
}
@@ -103268,13 +103252,6 @@
103268103252
"partner",
103269103253
"custom"
103270103254
]
103271-
},
103272-
"version": {
103273-
"description": "The image version of the hosted runner pool.",
103274-
"type": "string",
103275-
"examples": [
103276-
"latest"
103277-
]
103278103255
}
103279103256
},
103280103257
"required": [

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4921,12 +4921,6 @@ paths:
49214921
- github
49224922
- partner
49234923
- custom
4924-
version:
4925-
description: The version of the runner image to deploy. This
4926-
is relevant only for runners using custom images.
4927-
type:
4928-
- string
4929-
- 'null'
49304924
size:
49314925
description: The machine size of the runner. To list available sizes,
49324926
use `GET actions/hosted-runners/machine-sizes`
@@ -4956,7 +4950,6 @@ paths:
49564950
image:
49574951
id: ubuntu-latest
49584952
source: github
4959-
version: latest
49604953
runner_group_id: 1
49614954
size: 4-core
49624955
maximum_runners: 50
@@ -5232,20 +5225,13 @@ paths:
52325225
public IP. Note limit on account. To list limits on account, use
52335226
`GET actions/hosted-runners/limits`
52345227
type: boolean
5235-
image_version:
5236-
description: The version of the runner image to deploy. This is
5237-
relevant only for runners using custom images.
5238-
type:
5239-
- string
5240-
- 'null'
52415228
examples:
52425229
default:
52435230
value:
52445231
name: My larger runner
52455232
runner_group_id: 1
52465233
maximum_runners: 50
52475234
enable_static_ip: false
5248-
image_version: 1.0.0
52495235
responses:
52505236
'200':
52515237
description: Response
@@ -74866,11 +74852,6 @@ components:
7486674852
- github
7486774853
- partner
7486874854
- custom
74869-
version:
74870-
description: The image version of the hosted runner pool.
74871-
type: string
74872-
examples:
74873-
- latest
7487474855
required:
7487574856
- id
7487674857
- size_gb

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

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -59898,13 +59898,6 @@
5989859898
"partner",
5989959899
"custom"
5990059900
]
59901-
},
59902-
"version": {
59903-
"description": "The image version of the hosted runner pool.",
59904-
"type": "string",
59905-
"examples": [
59906-
"latest"
59907-
]
5990859901
}
5990959902
},
5991059903
"required": [
@@ -60176,13 +60169,6 @@
6017660169
"partner",
6017760170
"custom"
6017860171
]
60179-
},
60180-
"version": {
60181-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
60182-
"type": [
60183-
"string",
60184-
"null"
60185-
]
6018660172
}
6018760173
}
6018860174
},
@@ -60216,8 +60202,7 @@
6021660202
"name": "My Hosted runner",
6021760203
"image": {
6021860204
"id": "ubuntu-latest",
60219-
"source": "github",
60220-
"version": "latest"
60205+
"source": "github"
6022160206
},
6022260207
"runner_group_id": 1,
6022360208
"size": "4-core",
@@ -60299,13 +60284,6 @@
6029960284
"partner",
6030060285
"custom"
6030160286
]
60302-
},
60303-
"version": {
60304-
"description": "The image version of the hosted runner pool.",
60305-
"type": "string",
60306-
"examples": [
60307-
"latest"
60308-
]
6030960287
}
6031060288
},
6031160289
"required": [
@@ -61086,13 +61064,6 @@
6108661064
"partner",
6108761065
"custom"
6108861066
]
61089-
},
61090-
"version": {
61091-
"description": "The image version of the hosted runner pool.",
61092-
"type": "string",
61093-
"examples": [
61094-
"latest"
61095-
]
6109661067
}
6109761068
},
6109861069
"required": [
@@ -61339,13 +61310,6 @@
6133961310
"enable_static_ip": {
6134061311
"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`",
6134161312
"type": "boolean"
61342-
},
61343-
"image_version": {
61344-
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
61345-
"type": [
61346-
"string",
61347-
"null"
61348-
]
6134961313
}
6135061314
}
6135161315
},
@@ -61355,8 +61319,7 @@
6135561319
"name": "My larger runner",
6135661320
"runner_group_id": 1,
6135761321
"maximum_runners": 50,
61358-
"enable_static_ip": false,
61359-
"image_version": "1.0.0"
61322+
"enable_static_ip": false
6136061323
}
6136161324
}
6136261325
}
@@ -61433,13 +61396,6 @@
6143361396
"partner",
6143461397
"custom"
6143561398
]
61436-
},
61437-
"version": {
61438-
"description": "The image version of the hosted runner pool.",
61439-
"type": "string",
61440-
"examples": [
61441-
"latest"
61442-
]
6144361399
}
6144461400
},
6144561401
"required": [
@@ -61726,13 +61682,6 @@
6172661682
"partner",
6172761683
"custom"
6172861684
]
61729-
},
61730-
"version": {
61731-
"description": "The image version of the hosted runner pool.",
61732-
"type": "string",
61733-
"examples": [
61734-
"latest"
61735-
]
6173661685
}
6173761686
},
6173861687
"required": [
@@ -64792,13 +64741,6 @@
6479264741
"partner",
6479364742
"custom"
6479464743
]
64795-
},
64796-
"version": {
64797-
"description": "The image version of the hosted runner pool.",
64798-
"type": "string",
64799-
"examples": [
64800-
"latest"
64801-
]
6480264744
}
6480364745
},
6480464746
"required": [

0 commit comments

Comments
 (0)