mirror of https://gitee.com/answerdev/answer.git
doc: update swagger
This commit is contained in:
parent
f17c28ae1d
commit
bcaa8b94cb
|
@ -5985,6 +5985,9 @@ const docTemplate = `{
|
|||
"description": "if main tag slug name is not empty, this tag is synonymous with the main tag",
|
||||
"type": "string"
|
||||
},
|
||||
"recommend": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"slug_name": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
|
@ -5973,6 +5973,9 @@
|
|||
"description": "if main tag slug name is not empty, this tag is synonymous with the main tag",
|
||||
"type": "string"
|
||||
},
|
||||
"recommend": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"slug_name": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -6422,4 +6425,4 @@
|
|||
"in": "header"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1219,6 +1219,8 @@ definitions:
|
|||
description: if main tag slug name is not empty, this tag is synonymous with
|
||||
the main tag
|
||||
type: string
|
||||
recommend:
|
||||
type: boolean
|
||||
slug_name:
|
||||
type: string
|
||||
type: object
|
||||
|
|
Loading…
Reference in New Issue