1
1
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:
Richard Mahn
2019-08-26 15:52:04 -04:00
committed by Antoine GIRARD
parent 954fe0e4e0
commit bb5f7cdae6
2 changed files with 4 additions and 4 deletions

View File

@@ -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