chore(deps): Update to Gitea 1.27.2 (#508)

<!-- cloudflare-preview --> Preview: https://pr-508.docs-gitea-com.pages.dev

Reviewed-on: https://gitea.com/gitea/docs/pulls/508
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: bircni <[email protected]>
This commit is contained in:
bircni
2026-08-13 22:18:25 +00:00
committed by Lunny Xiao
parent 362878dfba
commit 2a172c8947
3 changed files with 23 additions and 15 deletions
+18 -10
View File
@@ -17,7 +17,7 @@
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"version": "1.27.1"
"version": "1.27.2"
},
"basePath": "https://gitea.com/api/v1",
"paths": {
@@ -30294,6 +30294,20 @@
},
"x-go-package": "gitea.dev/modules/structs"
},
"TopicListResponse": {
"description": "TopicListResponse returns a list of TopicResponse",
"type": "object",
"properties": {
"topics": {
"type": "array",
"items": {
"$ref": "#/definitions/TopicResponse"
},
"x-go-name": "Topics"
}
},
"x-go-package": "gitea.dev/modules/structs"
},
"TopicName": {
"description": "TopicName a list of repo topic names",
"type": "object",
@@ -31920,10 +31934,7 @@
"TopicListResponse": {
"description": "TopicListResponse",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/TopicResponse"
}
"$ref": "#/definitions/TopicListResponse"
}
},
"TopicNames": {
@@ -31974,10 +31985,7 @@
"UserSettings": {
"description": "UserSettings",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/UserSettings"
}
"$ref": "#/definitions/UserSettings"
}
},
"VariableList": {
@@ -32187,4 +32195,4 @@
"TOTPHeader": []
}
]
}
}