mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 07:47:07 +00:00
Update API description
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user