diff options
author | 6543 <6543@obermui.de> | 2020-06-01 23:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 22:01:55 +0100 |
commit | dc812f8ba5bf1c123fa948afed15c4309da8fb45 (patch) | |
tree | 1914fdf619626ae161a618e58e9cd80b38312c36 /templates/swagger | |
parent | 7cb1e1f609d485811a34a1ed54cec78ec01ceaa4 (diff) | |
download | gitea-dc812f8ba5bf1c123fa948afed15c4309da8fb45.tar.gz gitea-dc812f8ba5bf1c123fa948afed15c4309da8fb45.zip |
Issue/Pull expose IsLocked Property on API (#11708)
Expose IsLocked Property
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 4f9c458326..1f159d64a0 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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": { |