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

20 lines
324 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:
$ref: '#/definitions/Recording'
2018-09-20 22:16:01 +00:00
responses:
201:
description: Successful creation