Function updateStorage

  • Update a storage in the database

    Parameters

    • id: string

      ID of the storage

    • form_data: Partial<PlaceStorage>

      New values for the storage

    • method: "put" | "patch" = 'patch'

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceStorage>