mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
@@ -8870,23 +8870,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/Attachment": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"settings"
|
||||
],
|
||||
"summary": "Get instance's global settings for Attachment",
|
||||
"operationId": "getGeneralAttachmentSettings",
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/GeneralAttachmentSettings"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/api": {
|
||||
"get": {
|
||||
"produces": [
|
||||
@@ -8904,6 +8887,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/attachment": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"settings"
|
||||
],
|
||||
"summary": "Get instance's global settings for Attachment",
|
||||
"operationId": "getGeneralAttachmentSettings",
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/GeneralAttachmentSettings"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/repository": {
|
||||
"get": {
|
||||
"produces": [
|
||||
|
Reference in New Issue
Block a user