1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add missing description of label on API (#7159)

* add missing description of label on API

* fix comment head

* fix swagger
This commit is contained in:
Lunny Xiao
2019-06-16 20:39:52 +08:00
committed by GitHub
parent 367aeb169a
commit d8168b356d
4 changed files with 32 additions and 11 deletions

View File

@@ -7245,6 +7245,10 @@
"x-go-name": "Color",
"example": "#00aabb"
},
"description": {
"type": "string",
"x-go-name": "Description"
},
"name": {
"type": "string",
"x-go-name": "Name"
@@ -7775,6 +7779,10 @@
"type": "string",
"x-go-name": "Color"
},
"description": {
"type": "string",
"x-go-name": "Description"
},
"name": {
"type": "string",
"x-go-name": "Name"
@@ -8663,6 +8671,10 @@
"x-go-name": "Color",
"example": "00aabb"
},
"description": {
"type": "string",
"x-go-name": "Description"
},
"id": {
"type": "integer",
"format": "int64",