API - ability to create/update multiple observation field values in one call?

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.

1 Like