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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",