actions
Update a self-hosted runner group for an organization
Updates the name and visibility of a self-hosted runner group in an organization.
OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.
patch/orgs/{org}/actions/runner-groups/{runner_group_id}
Path parameters
orgstring required
The organization name. The name is not case sensitive.
runner_group_idinteger required
Unique identifier of the self-hosted runner group.
Request body
Example request
{
"selected_workflows": [
"octo-org/octo-repo/.github/workflows/deploy.yaml@main"
]
}Response
Response
Example response
{
"selected_workflows": [
"octo-org/octo-repo/.github/workflows/deploy.yaml@main"
]
}