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

20 lines
332 B
YAML
Raw Normal View History

2018-09-20 22:16:01 +00:00
Creates new recoding
---
tags:
- Recording
- Device
parameters:
- in: path
name: device_id
required: true
type: integer
description: Id of the device
- in: body
name: body
required: true
schema:
2018-09-23 16:44:32 +00:00
$ref: '#/definitions/RecordingCreation'
2018-09-20 22:16:01 +00:00
responses:
201:
description: Successful creation