summaryrefslogtreecommitdiffstats
path: root/templates/swagger/v1_json.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r--templates/swagger/v1_json.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 5de056f3c7..81ccf4f725 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -13263,6 +13263,11 @@
"internal_tracker": {
"$ref": "#/definitions/InternalTracker"
},
+ "mirror_interval": {
+ "description": "set to a string like `8h30m0s` to set the mirror interval time",
+ "type": "string",
+ "x-go-name": "MirrorInterval"
+ },
"name": {
"description": "name of the repository",
"type": "string",
@@ -14248,6 +14253,10 @@
"type": "boolean",
"x-go-name": "Mirror"
},
+ "mirror_interval": {
+ "type": "string",
+ "x-go-name": "MirrorInterval"
+ },
"private": {
"type": "boolean",
"x-go-name": "Private"
@@ -14323,6 +14332,10 @@
"type": "boolean",
"x-go-name": "Mirror"
},
+ "mirror_interval": {
+ "type": "string",
+ "x-go-name": "MirrorInterval"
+ },
"private": {
"type": "boolean",
"x-go-name": "Private"
@@ -15307,6 +15320,10 @@
"type": "boolean",
"x-go-name": "Mirror"
},
+ "mirror_interval": {
+ "type": "string",
+ "x-go-name": "MirrorInterval"
+ },
"name": {
"type": "string",
"x-go-name": "Name"