Archived
2

small material changes for easier UI implementation

This commit is contained in:
VLE2FE
2020-08-31 13:47:12 +02:00
parent 36ca627d1b
commit b59b3ea9ea
4 changed files with 70 additions and 16 deletions

View File

@ -20,7 +20,13 @@
schema:
type: array
items:
$ref: 'api.yaml#/components/schemas/Material'
allOf:
- $ref: 'api.yaml#/components/schemas/Material'
properties:
status:
type: string
description: can be deleted/new/validated
example: new
401:
$ref: 'api.yaml#/components/responses/401'
500: