updateSoilImageAnnotation
@nmi-agro/fdm-source / fdm-core/src / updateSoilImageAnnotation
Function: updateSoilImageAnnotation()
updateSoilImageAnnotation(
fdm,principal_id,a_id_annotation,data):Promise<void>
Defined in: fdm-core/src/soil-image.ts:275
Updates an existing soil image annotation.
Parameters
fdm
PgDatabase
The FDM database instance.
principal_id
any
The ID of the principal performing the update.
a_id_annotation
any
The ID of the annotation to update.
data
UpdateSoilImageAnnotationInput
The fields to update.
Returns
Promise<void>