Get a single repository tag
GET
/v3/projects/{id}/repository/tags/{tag_name}Get a single repository tag
请求参数
Path 参数
id
string
必需
The ID of a project
tag_name
string
必需
The name of the tag
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a single repository tag
数据结构
Create a new repository tag
name
string
可选
message
string
可选
commit
string
可选
release
object (Release)
可选
Update a tag's release note
tag_name
string
可选
description
string
可选
示例
{
"name": "string",
"message": "string",
"commit": "string",
"release": {
"tag_name": "string",
"description": "string"
}
}
最后修改时间: 1 个月前