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