Function updateAsset

  • Update the asset in the database

    Parameters

    • id: string

      ID of the asset

    • form_data: Partial<PlaceAsset>

      New values for the asset

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceAsset>