Get the service settings for project
GET
/v3/projects/{id}/services/{service_slug}Get the service settings for project
请求参数
Path 参数
service_slug
enum<string>
必需
The name of the service
枚举值:
asanaassemblabamboobugzillabuildkitebuilds-emailcampfirecustom-issue-trackerdrone-ciemails-on-pushexternal-wikiflowdockgemnasiumhipchatirkerjirakubernetesmattermost-slash-commandsslack-slash-commandspipelines-emailpivotaltrackerpushoverredmineslackmattermostteamcity
id
integer <int32>
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the service settings for project
数据结构
Get the service settings for project
id
string
可选
title
string
可选
created_at
string
可选
updated_at
string
可选
active
string
可选
push_events
string
可选
issues_events
string
可选
merge_requests_events
string
可选
tag_push_events
string
可选
note_events
string
可选
build_events
string
可选
pipeline_events
string
可选
properties
string
可选
示例
{
"id": "string",
"title": "string",
"created_at": "string",
"updated_at": "string",
"active": "string",
"push_events": "string",
"issues_events": "string",
"merge_requests_events": "string",
"tag_push_events": "string",
"note_events": "string",
"build_events": "string",
"pipeline_events": "string",
"properties": "string"
}
最后修改时间: 1 个月前