⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -9716,6 +9716,14 @@
"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`",
"type": "boolean"
},
"size": {
"description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`",
"type": "string"
},
"image_id": {
"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`.",
"type": "string"
},
"image_version": {
"description": "The version of the runner image to deploy. This is relevant only for runners using custom images.",
"type": "string",
Expand Down
9 changes: 9 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6963,6 +6963,15 @@ paths:
public IP. Note limit on account. To list limits on account, use
`GET actions/hosted-runners/limits`
type: boolean
size:
description: The machine size of the runner. To list available sizes,
use `GET actions/hosted-runners/machine-sizes`
type: string
image_id:
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`.
type: string
image_version:
description: The version of the runner image to deploy. This is
relevant only for runners using custom images.
Expand Down
Loading