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

18 lines
273 B
YAML
Raw Normal View History

2018-08-24 12:32:31 +00:00
Gets all associated devices
---
tags:
- Device
responses:
200:
description: Success
schema:
type: object
required:
- devices
properties:
devices:
type: array
items:
$ref: '#/definitions/Device'