summaryrefslogtreecommitdiffstats
path: root/public/swagger.v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/swagger.v1.json')
-rw-r--r--public/swagger.v1.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/swagger.v1.json b/public/swagger.v1.json
index 6595d96f00..2c263ef1f7 100644
--- a/public/swagger.v1.json
+++ b/public/swagger.v1.json
@@ -5005,7 +5005,8 @@
"type": "string",
"description": "username of user",
"name": "username",
- "in": "path"
+ "in": "path",
+ "required": true
}
],
"responses": {
@@ -5279,7 +5280,8 @@
"type": "string",
"description": "username of the user",
"name": "username",
- "in": "path"
+ "in": "path",
+ "required": true
}
],
"responses": {