Issue/Pull expose IsLocked Property on API (#11708)
Expose IsLocked Property
This commit is contained in:
parent
7cb1e1f609
commit
dc812f8ba5
5 changed files with 12 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue