1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Issue/Pull expose IsLocked Property on API (#11708)

Expose IsLocked Property
This commit is contained in:
6543
2020-06-01 23:01:55 +02:00
committed by GitHub
parent 7cb1e1f609
commit dc812f8ba5
5 changed files with 12 additions and 0 deletions

View File

@@ -12828,6 +12828,10 @@
"format": "int64",
"x-go-name": "ID"
},
"is_locked": {
"type": "boolean",
"x-go-name": "IsLocked"
},
"labels": {
"type": "array",
"items": {
@@ -13501,6 +13505,10 @@
"format": "int64",
"x-go-name": "ID"
},
"is_locked": {
"type": "boolean",
"x-go-name": "IsLocked"
},
"labels": {
"type": "array",
"items": {