university-final-iot-backend/app/api/resources/swagger/get_devices_spec.yaml

18 lines
273 B
YAML

Gets all associated devices
---
tags:
- Device
responses:
200:
description: Success
schema:
type: object
required:
- devices
properties:
devices:
type: array
items:
$ref: '#/definitions/Device'