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

25 lines
432 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:
type: object
required:
- recording
properties:
recording:
$ref: '#/definitions/Recording'
responses:
201:
description: Successful creation