Skip to content

Commit 65ed56c

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 9f10fd5 commit 65ed56c

16 files changed

Lines changed: 9324 additions & 8772 deletions

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9772,6 +9772,14 @@
97729772
"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`",
97739773
"type": "boolean"
97749774
},
9775+
"size": {
9776+
"description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`",
9777+
"type": "string"
9778+
},
9779+
"image_id": {
9780+
"description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.",
9781+
"type": "string"
9782+
},
97759783
"image_version": {
97769784
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
97779785
"type": [

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6989,6 +6989,15 @@ paths:
69896989
public IP. Note limit on account. To list limits on account, use
69906990
`GET actions/hosted-runners/limits`
69916991
type: boolean
6992+
size:
6993+
description: The machine size of the runner. To list available sizes,
6994+
use `GET actions/hosted-runners/machine-sizes`
6995+
type: string
6996+
image_id:
6997+
description: The unique identifier of the runner image. To list
6998+
all available images, use `GET /actions/hosted-runners/images/github-owned`
6999+
or `GET /actions/hosted-runners/images/partner`.
7000+
type: string
69927001
image_version:
69937002
description: The version of the runner image to deploy. This is
69947003
relevant only for runners using custom images.

0 commit comments

Comments
 (0)