mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-27 17:51:11 +08:00
Update v1_json.tmpl
This commit is contained in:
parent
706b919d9f
commit
6976590c90
30
templates/swagger/v1_json.tmpl
generated
30
templates/swagger/v1_json.tmpl
generated
@ -20162,6 +20162,20 @@
|
|||||||
},
|
},
|
||||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||||
},
|
},
|
||||||
|
"CreateConversationCommentOption": {
|
||||||
|
"description": "CreateIssueCommentOption options for creating a comment on an issue",
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"body"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"body": {
|
||||||
|
"type": "string",
|
||||||
|
"x-go-name": "Body"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||||
|
},
|
||||||
"CreateEmailOption": {
|
"CreateEmailOption": {
|
||||||
"description": "CreateEmailOption options when creating email addresses",
|
"description": "CreateEmailOption options when creating email addresses",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -21348,6 +21362,20 @@
|
|||||||
},
|
},
|
||||||
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||||
},
|
},
|
||||||
|
"EditConversationCommentOption": {
|
||||||
|
"description": "EditIssueCommentOption options for editing a comment",
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"body"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"body": {
|
||||||
|
"type": "string",
|
||||||
|
"x-go-name": "Body"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"x-go-package": "code.gitea.io/gitea/modules/structs"
|
||||||
|
},
|
||||||
"EditDeadlineOption": {
|
"EditDeadlineOption": {
|
||||||
"description": "EditDeadlineOption options for creating a deadline",
|
"description": "EditDeadlineOption options for creating a deadline",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -26893,7 +26921,7 @@
|
|||||||
"parameterBodies": {
|
"parameterBodies": {
|
||||||
"description": "parameterBodies",
|
"description": "parameterBodies",
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/UpdateVariableOption"
|
"$ref": "#/definitions/EditConversationCommentOption"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"redirect": {
|
"redirect": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user