v1
latestOpenAPI 3.0.32026-07-17291237.2 KBEncounters
Update encounter fields
Apply JSON Patch operations (RFC 6902) to modify encounter fields. Supports operations: add, remove, replace, move, copy.
Common updatable fields include: genus, specificEpithet, year, month, day, sex, lifeStage, country, locationId, verbatimLocality, decimalLatitude, decimalLongitude, individualId, occurrenceId, behavior, and more.
Special fields like acousticTag, satelliteTag, metalTags, measurements, and assets can also be modified. Some fields (genus, specificEpithet, year, submitterID) cannot be removed.
patch/api/v3/encounters/{encounterId}
Path parameters
encounterIdstring uuid required
Encounter UUID
Request body
Example request
[
{
"path": "/locationId"
}
]Response
Patch applied successfully