Update API description

This commit is contained in:
D. Berge
2021-05-17 20:30:59 +02:00
parent 820b0c2b91
commit 3e1861fcf6

View File

@@ -286,6 +286,12 @@ components:
num_points: num_points:
type: integer type: integer
description: Number of points in this line. 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: length:
type: number type: number
description: Length of the line in metres. description: Length of the line in metres.
@@ -790,6 +796,9 @@ paths:
ntba: ntba:
type: boolean type: boolean
description: Set the Not To Be Processed flag to `true` or `false`. 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: responses:
"204": "204":