Skip to content

Commit 4edcd03

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 9f10fd5 commit 4edcd03

16 files changed

Lines changed: 9546 additions & 9002 deletions

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9716,6 +9716,14 @@
97169716
"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`",
97179717
"type": "boolean"
97189718
},
9719+
"size": {
9720+
"description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`",
9721+
"type": "string"
9722+
},
9723+
"image_id": {
9724+
"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`.",
9725+
"type": "string"
9726+
},
97199727
"image_version": {
97209728
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
97219729
"type": "string",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6963,6 +6963,15 @@ paths:
69636963
public IP. Note limit on account. To list limits on account, use
69646964
`GET actions/hosted-runners/limits`
69656965
type: boolean
6966+
size:
6967+
description: The machine size of the runner. To list available sizes,
6968+
use `GET actions/hosted-runners/machine-sizes`
6969+
type: string
6970+
image_id:
6971+
description: The unique identifier of the runner image. To list
6972+
all available images, use `GET /actions/hosted-runners/images/github-owned`
6973+
or `GET /actions/hosted-runners/images/partner`.
6974+
type: string
69666975
image_version:
69676976
description: The version of the runner image to deploy. This is
69686977
relevant only for runners using custom images.

0 commit comments

Comments
 (0)