mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-17 15:02:27 +00:00
refactor: add the missing parameter bodies for project
This commit is contained in:
parent
b931054fbd
commit
a7aabc5349
@ -205,4 +205,10 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
UpdateVariableOption api.UpdateVariableOption
|
||||
|
||||
// in:body
|
||||
NewProjectPayload api.NewProjectPayload
|
||||
|
||||
// in:body
|
||||
UpdateProjectPayload api.UpdateProjectPayload
|
||||
}
|
||||
|
4
templates/swagger/v1_json.tmpl
generated
4
templates/swagger/v1_json.tmpl
generated
@ -26745,7 +26745,7 @@
|
||||
"parameterBodies": {
|
||||
"description": "parameterBodies",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/UpdateVariableOption"
|
||||
"$ref": "#/definitions/UpdateProjectPayload"
|
||||
}
|
||||
},
|
||||
"redirect": {
|
||||
@ -26844,4 +26844,4 @@
|
||||
"TOTPHeader": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user