Function updateAssetType

  • Update the asset type in the database

    Parameters

    • id: string

      ID of the asset type

    • form_data: Partial<PlaceAssetType>

      New values for the asset

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

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceAssetType>