We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178ea59 commit be4962fCopy full SHA for be4962f
stac_fastapi/types/stac_fastapi/types/core.py
@@ -180,7 +180,7 @@ def patch_collection(
180
if isinstance(patch, PartialCollection):
181
patch = patch.operations()
182
183
- collection = backend.patch_item(collection_id, patch)
+ collection = backend.patch_collection(collection_id, patch)
184
185
return collection
186
@@ -353,7 +353,7 @@ async def patch_collection(
353
354
355
356
357
358
359
0 commit comments