mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 10:53:21 +02:00
merge from master: fixing conflicts
This commit is contained in:
@@ -1670,6 +1670,41 @@ paths:
|
||||
$ref: "#/definitions/UnexpectedErrorResponse"
|
||||
security:
|
||||
- accessTokenAuth: []
|
||||
/user/adbPublicKeys:
|
||||
x-swagger-router-controller: user
|
||||
post:
|
||||
summary: Adb public keys
|
||||
description: Add adb public key for current user
|
||||
operationId: addAdbPublicKey
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
- application/json
|
||||
tags:
|
||||
- user
|
||||
parameters:
|
||||
- name: adb
|
||||
in: body
|
||||
schema:
|
||||
type: object
|
||||
required:
|
||||
- publickey
|
||||
properties:
|
||||
publickey:
|
||||
type: string
|
||||
description: adb public key (~/.android/id_rsa.pub)
|
||||
title:
|
||||
type: string
|
||||
description: By default will be extracted from public key
|
||||
responses:
|
||||
"200":
|
||||
description: Add adb key response
|
||||
default:
|
||||
description: Unexpected Error
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
security:
|
||||
- accessTokenAuth: []
|
||||
/devices:
|
||||
x-swagger-router-controller: devices
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user