PUT method
This commit is contained in:
@ -27,6 +27,13 @@ info:
|
||||
<li>no whitespace</li>
|
||||
<li>at least 8 characters</li>
|
||||
</ul>
|
||||
x-doc: |
|
||||
status:
|
||||
<ul>
|
||||
<li>-10: deleted</li>
|
||||
<li>0: newly added/changed</li>
|
||||
<li>10: validated</li>
|
||||
</ul>
|
||||
# TODO: Link to new documentation page
|
||||
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
put:
|
||||
summary: TODO change measurement
|
||||
description: 'Auth: basic, levels: write, maintain, dev, admin'
|
||||
x-doc: status is reset to 0 on any changes
|
||||
tags:
|
||||
- /measurement
|
||||
security:
|
||||
@ -33,7 +34,9 @@
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: 'api.yaml#/components/schemas/Measurement'
|
||||
properties:
|
||||
values:
|
||||
type: object
|
||||
responses:
|
||||
200:
|
||||
description: measurement details
|
||||
|
Reference in New Issue
Block a user