aboutsummaryrefslogtreecommitdiff
path: root/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.json')
-rw-r--r--swagger.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json
index cdf710c30..24bab6821 100644
--- a/swagger.json
+++ b/swagger.json
@@ -603,6 +603,13 @@
"in": "query",
"required": false,
"type": "string"
+ }, {
+ "name" : "id",
+ "in" : "query",
+ "description" : "To fetch one or more Positions. Multiple params can be passed like `id=31&id=42`",
+ "required" : false,
+ "type" : "integer",
+ "collectionFormat" : "multi"
}
],
"responses": {