mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
docs: set up project files for swagger documentation
This commit is contained in:
@@ -22,6 +22,7 @@ type Project struct {
|
||||
}
|
||||
|
||||
type CreateProjectOption struct {
|
||||
// required:true
|
||||
Title string `json:"title" binding:"Required;MaxSize(100)"`
|
||||
Content string `json:"content"`
|
||||
TemplateType uint8 `json:"template_type"`
|
||||
|
Reference in New Issue
Block a user