1
0
Fork 0

add object_format_name back in

This commit is contained in:
Cyborus 2024-04-27 12:11:58 -04:00
parent e58237e9ff
commit 8cd8207fa0
No known key found for this signature in database
2 changed files with 23 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"version": "7.0.0+gitea-1.22.0"
"version": "7.0.1+gitea-1.22.0"
},
"basePath": "/api/v1",
"paths": {
@ -17396,6 +17396,9 @@
"uniqueItems": true,
"x-go-name": "Name"
},
"object_format_name": {
"$ref": "#/definitions/ObjectFormatName"
},
"private": {
"description": "Whether the repository is private",
"type": "boolean",
@ -20169,6 +20172,11 @@
},
"x-go-package": "code.gitea.io/gitea/modules/structs"
},
"ObjectFormatName": {
"description": "ObjectFormatName of the underlying git repository",
"type": "string",
"enum": ["sha1", "sha256"]
},
"Organization": {
"description": "Organization represents an organization",
"type": "object",
@ -21268,6 +21276,9 @@
"type": "string",
"x-go-name": "Name"
},
"object_format_name": {
"$ref": "#/definitions/ObjectFormatName"
},
"open_issues_count": {
"type": "integer",
"format": "int64",