From e3378e2c70bf030cbf0124ff8bf5e5ae87ffc965 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Sun, 12 Feb 2017 04:43:50 +0530 Subject: [swagger] Update /session with params {token} --- swagger.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'swagger.json') diff --git a/swagger.json b/swagger.json index 11358878c..41d15fd31 100644 --- a/swagger.json +++ b/swagger.json @@ -509,12 +509,20 @@ } } }, - "/session": { + "/session/{token}": { "get": { "summary": "Fetch Session information", "consumes": [ "application/x-www-form-urlencoded" ], + "parameters": [ + { + "name": "token", + "in": "path", + "required": false, + "type": "string" + } + ], "responses": { "200": { "description": "OK", -- cgit v1.2.3