WarpBuild LogoWarpBuild Docs
Runners

PATCH /runners/default-group

Sets or updates the default runner group for a specific VCS integration. The default runner is used when CI/CD workflows don't specify explicit runner labels.

PATCH
/runners/default-group

Authorization

Authorization<token>

In: header

Request Body

application/json

Set default group for runner set body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/runners/default-group" \  -H "Content-Type: application/json" \  -d '{    "vcs_integration_id": "string"  }'
{  "group_id": 0,  "vcs_integration_id": "string"}