aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--swagger.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/swagger.json b/swagger.json
index f2647ef84..47728d8ed 100644
--- a/swagger.json
+++ b/swagger.json
@@ -540,7 +540,7 @@
}
}
},
- "/session/{token}": {
+ "/session": {
"get": {
"summary": "Fetch Session information",
"consumes": [
@@ -549,7 +549,7 @@
"parameters": [
{
"name": "token",
- "in": "path",
+ "in": "query",
"required": false,
"type": "string"
}