Our custom user interface typically updates 2-10 observation fields taking 10-15 seconds.
The API calls to POST or PUT /observation_field_values
only take a single observation field.
Is there a way to update multiple observation field values in one API call? This would help improve performance of the updates, and possibly make it atomic.