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

24 lines
420 B
YAML
Raw Normal View History

2018-05-08 14:45:09 +00:00
Gets all recordings for given device
---
tags:
- Device
- Recording
parameters:
- in: path
name: device_id
required: true
type: integer
description: Id of the device
responses:
200:
description: Success
schema:
type: object
required:
- recordings
properties:
recordings:
type: array
items:
$ref: '#/definitions/Recording'