Oore CI
ReferenceAPIOperationsRunners

Update runner

Update runner

Operation IDupdate_runner
PATCH
/v1/runners/{runner_id}

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

runner_id*string

Runner ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v1/runners/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "runner": {    "capabilities": {},    "created_at": 0,    "id": "string",    "last_heartbeat_at": 0,    "name": "string",    "registered_by": "string",    "status": "online",    "updated_at": 0  }}