mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Adds details about what tags can use the Git tags API (#7989)
This commit is contained in:
committed by
Antoine GIRARD
parent
954fe0e4e0
commit
bb5f7cdae6
@@ -2166,7 +2166,7 @@
|
||||
"tags": [
|
||||
"repository"
|
||||
],
|
||||
"summary": "Gets the tag of a repository.",
|
||||
"summary": "Gets the tag object of an annotated tag (not lightweight tags)",
|
||||
"operationId": "GetTag",
|
||||
"parameters": [
|
||||
{
|
||||
@@ -2185,7 +2185,7 @@
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "sha of the tag",
|
||||
"description": "sha of the tag. The Git tags API only supports annotated tag objects, not lightweight tags.",
|
||||
"name": "sha",
|
||||
"in": "path",
|
||||
"required": true
|
||||
|
Reference in New Issue
Block a user