From 3bed664ad71667e66b5666a619a3707a17b651a1 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 23 Sep 2020 21:55:05 +0200 Subject: [PATCH] improve doc --- docs/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.yml b/docs/api.yml index 478eb8c..12d8f76 100644 --- a/docs/api.yml +++ b/docs/api.yml @@ -137,7 +137,7 @@ paths: items: $ref: '#/components/schemas/Measurement' post: - summary: Adds a new measurement + summary: Adds a new measurement. Non-existent device or sensor will be created automatically. operationId: addMeasurement requestBody: description: Measurement to add -- GitLab