mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-17 16:47:50 +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
|
// in:body
|
||||||
UpdateVariableOption api.UpdateVariableOption
|
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": {
|
"parameterBodies": {
|
||||||
"description": "parameterBodies",
|
"description": "parameterBodies",
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/UpdateVariableOption"
|
"$ref": "#/definitions/UpdateProjectPayload"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"redirect": {
|
"redirect": {
|
||||||
@ -26844,4 +26844,4 @@
|
|||||||
"TOTPHeader": []
|
"TOTPHeader": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user