mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-02 00:45:06 +02:00
generate swagger doc
This commit is contained in:
Generated
+7
-2
@@ -21032,7 +21032,7 @@
|
||||
"x-go-name": "SHA"
|
||||
},
|
||||
"state": {
|
||||
"$ref": "#/definitions/CommitStatusState"
|
||||
"$ref": "#/definitions/CombinedStatusState"
|
||||
},
|
||||
"statuses": {
|
||||
"type": "array",
|
||||
@@ -21053,6 +21053,11 @@
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
},
|
||||
"CombinedStatusState": {
|
||||
"type": "string",
|
||||
"title": "CombinedStatusState represents the combined status of a commit.",
|
||||
"x-go-package": "code.gitea.io/gitea/modules/commitstatus"
|
||||
},
|
||||
"Comment": {
|
||||
"description": "Comment represents a comment on a commit or issue",
|
||||
"type": "object",
|
||||
@@ -21281,7 +21286,7 @@
|
||||
"CommitStatusState": {
|
||||
"description": "CommitStatusState holds the state of a CommitStatus\nIt can be \"pending\", \"success\", \"error\" and \"failure\"",
|
||||
"type": "string",
|
||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||
"x-go-package": "code.gitea.io/gitea/modules/commitstatus"
|
||||
},
|
||||
"CommitUser": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user