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.tmpl15
1 files changed, 6 insertions, 9 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index a5840f2bab..4b78b40dd2 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -6353,9 +6353,8 @@
"required": true
},
{
- "type": "integer",
- "format": "int64",
- "description": "id of the milestone",
+ "type": "string",
+ "description": "the milestone to get, identified by ID and if not available by name",
"name": "id",
"in": "path",
"required": true
@@ -6389,9 +6388,8 @@
"required": true
},
{
- "type": "integer",
- "format": "int64",
- "description": "id of the milestone to delete",
+ "type": "string",
+ "description": "the milestone to delete, identified by ID and if not available by name",
"name": "id",
"in": "path",
"required": true
@@ -6431,9 +6429,8 @@
"required": true
},
{
- "type": "integer",
- "format": "int64",
- "description": "id of the milestone",
+ "type": "string",
+ "description": "the milestone to edit, identified by ID and if not available by name",
"name": "id",
"in": "path",
"required": true