1
1
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:
6543
2019-11-30 20:28:47 +01:00
committed by techknowlogick
parent 61c59bd695
commit 7c6f2e27be
3 changed files with 7 additions and 0 deletions

View File

@@ -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",