Function updateAssets

  • Update a list of assets in the database

    Parameters

    • form_data: Partial<PlaceAsset>[]

      New values for the asset

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<any>