Update a tag's release note
PUT
/v3/projects/{id}/repository/tags/{tag_name}/releaseUpdate a tag's release note
请求参数
Path 参数
id
string
必需
The ID of a project
tag_name
string
必需
The name of the tag
Body 参数application/x-www-form-urlencoded
description
string
必需
Release notes with markdown support
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Update a tag's release note
数据结构
Update a tag's release note
tag_name
string
可选
description
string
可选
示例
{
"tag_name": "string",
"description": "string"
}
最后修改时间: 1 个月前