From 707482fa3b17a966b6727dba7ea5de9fba1ac40c Mon Sep 17 00:00:00 2001 From: Vishal Banthia Date: Mon, 31 Jul 2017 17:25:42 +0900 Subject: [PATCH] Update generated swagger.json --- lib/units/api/swagger/api_v1_generated.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/units/api/swagger/api_v1_generated.json b/lib/units/api/swagger/api_v1_generated.json index f384ed19..2ce303d3 100644 --- a/lib/units/api/swagger/api_v1_generated.json +++ b/lib/units/api/swagger/api_v1_generated.json @@ -38,7 +38,6 @@ ], "paths": { "/user": { - "x-swagger-router-controller": "user", "get": { "summary": "User Profile", "description": "The User Profile endpoint returns information about current authorized user", @@ -68,7 +67,6 @@ } }, "/user/devices": { - "x-swagger-router-controller": "user", "get": { "summary": "User Devices", "description": "The User Devices endpoint returns device list owner by current authorized user", @@ -142,7 +140,6 @@ } }, "/user/devices/{serial}": { - "x-swagger-router-controller": "user", "get": { "summary": "User Device", "description": "The devices enpoint return information about device owned by user", @@ -221,7 +218,6 @@ } }, "/user/devices/{serial}/remoteConnect": { - "x-swagger-router-controller": "user", "post": { "summary": "Remote Connect", "description": "The device connect endpoint will request stf server to connect remotely", @@ -293,7 +289,6 @@ } }, "/user/accessTokens": { - "x-swagger-router-controller": "user", "get": { "summary": "Access Tokens", "description": "The Access Tokens endpoints returns titles of all the valid access tokens", @@ -323,7 +318,6 @@ } }, "/devices": { - "x-swagger-router-controller": "devices", "get": { "summary": "Device List", "description": "The devices endpoint return list of all the STF devices including Disconnected and Offline", @@ -362,7 +356,6 @@ } }, "/devices/{serial}": { - "x-swagger-router-controller": "devices", "get": { "summary": "Device Information", "description": "The device enpoint return information about a single device", @@ -407,9 +400,7 @@ ] } }, - "/swagger.json": { - "x-swagger-pipe": "swagger_raw" - } + "/swagger.json": {} }, "definitions": { "UserResponse": {