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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user