added status filter for materials
This commit is contained in:
@ -5,6 +5,13 @@
|
||||
x-doc: returns only materials with status 10
|
||||
tags:
|
||||
- /material
|
||||
parameters:
|
||||
- name: status
|
||||
description: 'values: validated|new|all, defaults to validated'
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
example: all
|
||||
responses:
|
||||
200:
|
||||
description: all material details
|
||||
|
Reference in New Issue
Block a user