Archived
2

DELETE and GET methods for condition

This commit is contained in:
VLE2FE
2020-05-08 15:12:36 +02:00
parent 852c035dfc
commit 0ec9b44462
7 changed files with 767 additions and 8 deletions

View File

@ -2,7 +2,7 @@
parameters:
- $ref: 'api.yaml#/components/parameters/Id'
get:
summary: TODO condition by id
summary: condition by id
description: 'Auth: all, levels: read, write, maintain, dev, admin'
tags:
- /condition
@ -74,7 +74,7 @@
/condition/new:
post:
summary: TODO add condition
summary: add condition
description: 'Auth: basic, levels: write, maintain, dev, admin <br>Only maintain and admin are allowed to reference samples created by another user'
tags:
- /condition