aboutsummaryrefslogtreecommitdiffstats
path: root/templates/swagger
diff options
context:
space:
mode:
Diffstat (limited to 'templates/swagger')
-rw-r--r--templates/swagger/v1_json.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 35c743dcd4..749d86901d 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -24333,6 +24333,11 @@
"type": "boolean",
"x-go-name": "HasActions"
},
+ "has_code": {
+ "description": "either `true` to enable code for this repository or `false` to disable it.",
+ "type": "boolean",
+ "x-go-name": "HasCode"
+ },
"has_issues": {
"description": "either `true` to enable issues for this repository or `false` to disable them.",
"type": "boolean",
@@ -27375,6 +27380,10 @@
"type": "boolean",
"x-go-name": "HasActions"
},
+ "has_code": {
+ "type": "boolean",
+ "x-go-name": "HasCode"
+ },
"has_issues": {
"type": "boolean",
"x-go-name": "HasIssues"