Merge branch 'feat/api-projects' of https://github.com/dineshsalunke/gitea into feat/api-projects

This commit is contained in:
Dinesh Salunke 2025-07-07 00:38:27 +05:30
commit c29a6b766d
2 changed files with 6 additions and 2 deletions

View File

@ -26987,7 +26987,7 @@
"board_type": {
"type": "integer",
"format": "uint8",
"x-go-name": "BoardType"
"x-go-name": "TemplateType"
},
"closed_at": {
"type": "string",
@ -30151,6 +30151,9 @@
"description": "parameterBodies",
"schema": {
"$ref": "#/definitions/LockIssueOption"
},
"headers": {
"LockIssueOption": {}
}
},
"redirect": {
@ -30249,3 +30252,4 @@
"TOTPHeader": []
}
]
}