Subscribe to a resource
POST
/v3/projects/{id}/labels/{subscribable_id}/subscriptionSubscribe to a resource
请求参数
Path 参数
id
string
必需
The ID of a project
subscribable_id
string
必需
The ID of a resource
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Subscribe to a resource
数据结构
Unsubscribe from a resource
id
string
可选
name
string
可选
color
string
可选
description
string
可选
open_issues_count
string
可选
closed_issues_count
string
可选
open_merge_requests_count
string
可选
priority
string
可选
subscribed
string
可选
示例
{
"id": "string",
"name": "string",
"color": "string",
"description": "string",
"open_issues_count": "string",
"closed_issues_count": "string",
"open_merge_requests_count": "string",
"priority": "string",
"subscribed": "string"
}
最后修改时间: 1 个月前