mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add release_counter to Repo API (#9214)
This commit is contained in:
@@ -10351,6 +10351,11 @@
|
||||
"type": "boolean",
|
||||
"x-go-name": "Private"
|
||||
},
|
||||
"release_counter": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "Releases"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
Reference in New Issue
Block a user