mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-08 05:38:17 +00:00
Fix formatting and swagger
This commit is contained in:
parent
fbe7e8e994
commit
20a697eefd
@ -225,5 +225,5 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
UpdateProjectPayload api.UpdateProjectPayload
|
||||
LockIssueOption api.LockIssueOption
|
||||
LockIssueOption api.LockIssueOption
|
||||
}
|
||||
|
6
templates/swagger/v1_json.tmpl
generated
6
templates/swagger/v1_json.tmpl
generated
@ -26878,7 +26878,7 @@
|
||||
"board_type": {
|
||||
"type": "integer",
|
||||
"format": "uint8",
|
||||
"x-go-name": "BoardType"
|
||||
"x-go-name": "TemplateType"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string",
|
||||
@ -30035,6 +30035,9 @@
|
||||
"description": "parameterBodies",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/LockIssueOption"
|
||||
},
|
||||
"headers": {
|
||||
"LockIssueOption": {}
|
||||
}
|
||||
},
|
||||
"redirect": {
|
||||
@ -30133,3 +30136,4 @@
|
||||
"TOTPHeader": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user