2018-10-29 21:47:03 +00:00
|
|
|
Gets a device secret info
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Device
|
|
|
|
parameters:
|
|
|
|
- in: path
|
|
|
|
name: device_id
|
|
|
|
required: true
|
|
|
|
type: integer
|
|
|
|
description: Id of the device
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- content
|
|
|
|
properties:
|
|
|
|
content:
|
2018-10-29 21:59:23 +00:00
|
|
|
$ref: '#/definitions/DeviceSecretInfo'
|