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

19 lines
285 B
YAML
Raw Normal View History

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