18 lines
278 B
YAML
18 lines
278 B
YAML
|
Gets a device documentation
|
||
|
---
|
||
|
tags:
|
||
|
- Device
|
||
|
- Docs
|
||
|
parameters:
|
||
|
- in: path
|
||
|
name: device_id
|
||
|
required: true
|
||
|
type: integer
|
||
|
description: Id of the device
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
$ref: '#/definitions/DeviceDocumentation'
|
||
|
|