Skip to content

Commit

Permalink
Fix typo in aggregations request body (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj authored Sep 9, 2024
1 parent 9169b44 commit 84eece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/explorer/objects/surface_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _aggregate(self, operation: str) -> RegularSurface:
res = self._sumo.post(
"/aggregations",
json={
"operation": [operation],
"operations": [operation],
"object_ids": object_ids,
"class": "surface",
},
Expand Down

0 comments on commit 84eece1

Please sign in to comment.