doc: update swagger

This commit is contained in:
LinkinStar 2022-11-15 10:54:30 +08:00
parent f17c28ae1d
commit bcaa8b94cb
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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