From 3e1861fcf6cb8c409ccd07d8e3c7e95bcc2c3a60 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Mon, 17 May 2021 20:30:59 +0200 Subject: [PATCH] Update API description --- lib/www/server/spec/openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/www/server/spec/openapi.yaml b/lib/www/server/spec/openapi.yaml index adf437c..9b68f6b 100644 --- a/lib/www/server/spec/openapi.yaml +++ b/lib/www/server/spec/openapi.yaml @@ -286,6 +286,12 @@ components: num_points: type: integer description: Number of points in this line. + na: + type: integer + description: Number of points in this line which have not been acquired and processed at least once (virgin points). + tba: + type: integer + description: Number of virgin points in this line which do not have their `ntba` flag set. length: type: number description: Length of the line in metres. @@ -790,6 +796,9 @@ paths: ntba: type: boolean description: Set the ‘Not To Be Processed’ flag to `true` or `false`. + complete: + type: boolean + description: If `true`, set the ‘Not To Be Processed’ flag to `true` on any points in the line which have not yet been successfully acquired and processed at least once (virgin points). If `false`, set the NTBA flag to `false` on *all* points in this line. responses: "204":