mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Update generated swagger.json
This commit is contained in:
parent
c0d7adbc52
commit
707482fa3b
1 changed files with 1 additions and 10 deletions
|
@ -38,7 +38,6 @@
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"/user": {
|
"/user": {
|
||||||
"x-swagger-router-controller": "user",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "User Profile",
|
"summary": "User Profile",
|
||||||
"description": "The User Profile endpoint returns information about current authorized user",
|
"description": "The User Profile endpoint returns information about current authorized user",
|
||||||
|
@ -68,7 +67,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/user/devices": {
|
"/user/devices": {
|
||||||
"x-swagger-router-controller": "user",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "User Devices",
|
"summary": "User Devices",
|
||||||
"description": "The User Devices endpoint returns device list owner by current authorized user",
|
"description": "The User Devices endpoint returns device list owner by current authorized user",
|
||||||
|
@ -142,7 +140,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/user/devices/{serial}": {
|
"/user/devices/{serial}": {
|
||||||
"x-swagger-router-controller": "user",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "User Device",
|
"summary": "User Device",
|
||||||
"description": "The devices enpoint return information about device owned by user",
|
"description": "The devices enpoint return information about device owned by user",
|
||||||
|
@ -221,7 +218,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/user/devices/{serial}/remoteConnect": {
|
"/user/devices/{serial}/remoteConnect": {
|
||||||
"x-swagger-router-controller": "user",
|
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Remote Connect",
|
"summary": "Remote Connect",
|
||||||
"description": "The device connect endpoint will request stf server to connect remotely",
|
"description": "The device connect endpoint will request stf server to connect remotely",
|
||||||
|
@ -293,7 +289,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/user/accessTokens": {
|
"/user/accessTokens": {
|
||||||
"x-swagger-router-controller": "user",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Access Tokens",
|
"summary": "Access Tokens",
|
||||||
"description": "The Access Tokens endpoints returns titles of all the valid access tokens",
|
"description": "The Access Tokens endpoints returns titles of all the valid access tokens",
|
||||||
|
@ -323,7 +318,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/devices": {
|
"/devices": {
|
||||||
"x-swagger-router-controller": "devices",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Device List",
|
"summary": "Device List",
|
||||||
"description": "The devices endpoint return list of all the STF devices including Disconnected and Offline",
|
"description": "The devices endpoint return list of all the STF devices including Disconnected and Offline",
|
||||||
|
@ -362,7 +356,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/devices/{serial}": {
|
"/devices/{serial}": {
|
||||||
"x-swagger-router-controller": "devices",
|
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Device Information",
|
"summary": "Device Information",
|
||||||
"description": "The device enpoint return information about a single device",
|
"description": "The device enpoint return information about a single device",
|
||||||
|
@ -407,9 +400,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/swagger.json": {
|
"/swagger.json": {}
|
||||||
"x-swagger-pipe": "swagger_raw"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"UserResponse": {
|
"UserResponse": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue