diff options
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": { |