Update 'input.yml'
This commit is contained in:
parent
9bc98ecd1c
commit
8d7fcec716
23
input.yml
23
input.yml
@ -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
|
||||
@ -41,15 +44,3 @@ components:
|
||||
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
|
Loading…
Reference in New Issue
Block a user