Enable a runner for a project
POST
/v3/projects/{id}/runnersEnable a runner for a project
请求参数
Path 参数
id
string
必需
The ID of a project
Body 参数application/x-www-form-urlencoded
runner_id
integer <int32>
必需
The ID of the runner
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Enable a runner for a project
数据结构
Remove a runner
id
string
可选
description
string
可选
active
string
可选
is_shared
string
可选
name
string
可选
示例
{
"id": "string",
"description": "string",
"active": "string",
"is_shared": "string",
"name": "string"
}
最后修改时间: 1 个月前