Skip to contents

Wrapper around the 'detections_partial_update' endpoint to update detections parameters based on the specified query parameters.

Usage

patch_detections(..., id_or_uid, file_path)

Arguments

...

query paramaters. See https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_detections_partial_update

id_or_uid

The database ID or UID of the respective detection

file_path

Path to file to upload

Value

httr2_response

Examples

# Update the parameter confirmed of an example detection
if (FALSE) { # \dontrun{
patch_detections(id_or_uid = "64733fbc-7cc8-49f6-adf1-c9ec2d676959", confirmed = "YES")
} # }