@overmap-ai/core 1.0.58-map-images.3 → 1.0.58-map-images.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8837,7 +8837,7 @@ class MapImageService extends BaseFileUploadService {
8837
8837
  store.dispatch(updateMapImage(updatedMapImage));
8838
8838
  const promise = this.client.enqueueRequest({
8839
8839
  description: "Update map image",
8840
- method: HttpMethod.PUT,
8840
+ method: HttpMethod.PATCH,
8841
8841
  url: `/projects/map-images/${mapImagePayload.offline_id}/`,
8842
8842
  payload: mapImagePayload,
8843
8843
  blocks: [mapImagePayload.offline_id],