Update a self-hosted runner group for an organization
Updates the `name` and `visibility` of a self-hosted runner group in an organization. You must authenticate using an access token with the `admin:org` scope to use this endpoint.
/orgs/{org}/actions/runner-groups/{runner_group_id}- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- org stringrequired
- runner_group_id integerrequired
Unique identifier of the self-hosted runner group.
Body Params
requiredWhether the runner group can be used by `public` repositories.
Name of the runner group.
Visibility of a runner group. You can select all repositories, select individual repositories, or all private repositories. Can be one of: `all`, `selected`, or `private`.
Responses
Response
Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`