DevZero Logo

DevZero

Create a GitHub runner installation

Creates a GitHub runner installation for teams to use DevZero platform to run GitHub Actions

POST
/github/runners/teams/{team_id}/installations

Path Parameters

team_idstring

team id

Header Parameters

Authorizationstring

sub claim pulled from the JWT that derives the user ID

region?string

Region for the installation (defaults to first available if not provided)

Response Body

curl -X POST "https://api.devzero.io/backend/v0/github/runners/teams/string/installations" \
  -H "Authorization: string" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "region": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}