Update 'input.yml'

This commit is contained in:
Torma Kristóf 2020-03-20 20:05:56 +01:00
parent 9bc98ecd1c
commit 8d7fcec716
1 changed files with 8 additions and 17 deletions

View File

@ -15,10 +15,13 @@ paths:
type: object
properties:
id:
type: string
format: json
items:
$ref: '#/components/schemas/DateDevice'
type: opect
properties:
date:
type: string
format: date
device_id:
type: string
soundFile:
type: string
format: binary
@ -40,16 +43,4 @@ components:
type: string
description: "Status message from backend."
required:
- status
DateDevice:
properties:
date:
type: string
format: date
description: "Date of upload"
device_id:
type: string
description: "ID of device"
required:
- date
- device_id
- status