university-final-iot-backend/app/api/resources/swagger/get_device_documentation_sp...

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'