mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
docs: create swagger api documentation for endpoints
This commit is contained in:
@@ -208,4 +208,19 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
CreateProjectOption api.CreateProjectOption
|
||||
|
||||
// in:body
|
||||
CreateProjectColumnOption api.CreateProjectColumnOption
|
||||
|
||||
// in:body
|
||||
EditProjectColumnOption api.EditProjectColumnOption
|
||||
|
||||
// in:body
|
||||
MovedColumnsOption api.MovedColumnsOption
|
||||
|
||||
// in:body
|
||||
MovedIssuesOption api.MovedIssuesOption
|
||||
|
||||
// in:body
|
||||
UpdateIssuesOption api.UpdateIssuesOption
|
||||
}
|
||||
|
Reference in New Issue
Block a user