Add latest device recording route
parent
609086cb8a
commit
d9c66ed0ab
@ -0,0 +1,21 @@
|
||||
Gets latest recording 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:
|
||||
- content
|
||||
properties:
|
||||
content:
|
||||
$ref: '#/definitions/Recording'
|
Loading…
Reference in New Issue