Update a runner controller
PUT
/api/v4/runner_controllers/{id}
Updates the details of an existing runner controller by its ID.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
integer
ID of the runner controller
Request Body
Section titled “ Request Body ” Media type application/json
object
description
Description of the runner controller
string
Example
Controller for managing runner state
State of the runner controller (disabled, enabled, dry_run)
string
Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
description
string
state
string
created_at
string format: date-time
updated_at
string format: date-time
Example
{ "id": 1, "description": "Controller for managing runner", "state": "enabled"}Bad Request
Forbidden
Not found