mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +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": {
|
||||
"/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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue