mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-04 12:59:30 +00:00
Merge branch 'feat/api-projects' of https://github.com/dineshsalunke/gitea into feat/api-projects
This commit is contained in:
commit
c29a6b766d
@ -225,5 +225,5 @@ type swaggerParameterBodies struct {
|
|||||||
|
|
||||||
// in:body
|
// in:body
|
||||||
UpdateProjectPayload api.UpdateProjectPayload
|
UpdateProjectPayload api.UpdateProjectPayload
|
||||||
LockIssueOption api.LockIssueOption
|
LockIssueOption api.LockIssueOption
|
||||||
}
|
}
|
||||||
|
6
templates/swagger/v1_json.tmpl
generated
6
templates/swagger/v1_json.tmpl
generated
@ -26987,7 +26987,7 @@
|
|||||||
"board_type": {
|
"board_type": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "uint8",
|
"format": "uint8",
|
||||||
"x-go-name": "BoardType"
|
"x-go-name": "TemplateType"
|
||||||
},
|
},
|
||||||
"closed_at": {
|
"closed_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -30151,6 +30151,9 @@
|
|||||||
"description": "parameterBodies",
|
"description": "parameterBodies",
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/LockIssueOption"
|
"$ref": "#/definitions/LockIssueOption"
|
||||||
|
},
|
||||||
|
"headers": {
|
||||||
|
"LockIssueOption": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"redirect": {
|
"redirect": {
|
||||||
@ -30249,3 +30252,4 @@
|
|||||||
"TOTPHeader": []
|
"TOTPHeader": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user