number generation for condition done
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
get:
|
||||
summary: condition by id
|
||||
description: 'Auth: all, levels: read, write, maintain, dev, admin'
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO after decision
|
||||
tags:
|
||||
- /condition
|
||||
responses:
|
||||
@ -38,9 +38,6 @@
|
||||
allOf:
|
||||
- $ref: 'api.yaml#/components/schemas/_Id'
|
||||
properties:
|
||||
number:
|
||||
type: string
|
||||
example: B1
|
||||
parameters:
|
||||
type: object
|
||||
responses:
|
||||
|
@ -25,7 +25,7 @@
|
||||
get:
|
||||
summary: get material details
|
||||
description: 'Auth: all, levels: read, write, maintain, dev, admin'
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO after decision
|
||||
tags:
|
||||
- /material
|
||||
responses:
|
||||
|
@ -4,7 +4,7 @@
|
||||
get:
|
||||
summary: measurement values by id
|
||||
description: 'Auth: all, levels: read, write, maintain, dev, admin'
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO after decision
|
||||
tags:
|
||||
- /measurement
|
||||
responses:
|
||||
|
@ -24,7 +24,7 @@
|
||||
get:
|
||||
summary: TODO sample details
|
||||
description: 'Auth: all, levels: read, write, maintain, dev, admin'
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO
|
||||
x-doc: status handling (accessible (only for maintain/admin))? # TODO after decision
|
||||
tags:
|
||||
- /sample
|
||||
responses:
|
||||
|
@ -122,6 +122,7 @@ Condition:
|
||||
$ref: 'api.yaml#/components/schemas/Id'
|
||||
number:
|
||||
type: string
|
||||
readOnly: true
|
||||
example: B1
|
||||
parameters:
|
||||
type: object
|
||||
|
Reference in New Issue
Block a user