Update 'extractor.yaml'

This commit is contained in:
Torma Kristóf 2020-03-20 20:07:43 +01:00
parent 8d7fcec716
commit ed1a2de466
1 changed files with 4 additions and 11 deletions

View File

@ -16,9 +16,9 @@ paths:
properties:
id:
type: string
format: json
items:
$ref: '#/components/schemas/TagString'
properties:
tag:
type: string
soundFile:
type: string
format: binary
@ -40,11 +40,4 @@ components:
type: string
description: "Status message from backend."
required:
- status
TagString:
properties:
tag:
type: string
description: "Tag of sound file"
required:
- tag
- status