Register a runner controller
POST
/api/v4/runner_controllers
Registers a runner controller.
Authorizations
Section titled “ Authorizations ”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 ”Created
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